diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2013-02-20 10:06:57 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2013-02-20 10:06:57 +0200 |
commit | 8c0e9c5cc8b8ed67b0545d3a69c471ccdb0a8da8 (patch) | |
tree | 2c5256142d5d8d052903570c3ff52b85f941aa9f /sound_detector/sound_detector.project | |
parent | 5708be163744bec8f70ee6cff297b121a5783963 (diff) |
modified: sound_detector/main.cpp
modified: sound_detector/sound_detector.project
Diffstat (limited to 'sound_detector/sound_detector.project')
-rw-r--r-- | sound_detector/sound_detector.project | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound_detector/sound_detector.project b/sound_detector/sound_detector.project index 9967e5c..7f24235 100644 --- a/sound_detector/sound_detector.project +++ b/sound_detector/sound_detector.project @@ -33,7 +33,7 @@ <Library Value="vorbisenc"/> </Linker> <ResourceCompiler Options="" Required="no"/> - <General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Debug" Command="./$(ProjectName)" CommandArguments="-d4 -o." UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/> + <General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Debug" Command="./$(ProjectName)" CommandArguments="-d0 -o." UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/> <Environment EnvVarSetName="<Use Defaults>" DbgSetName="<Use Defaults>"> <![CDATA[]]> </Environment> @@ -73,6 +73,7 @@ <General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Release" Command="./$(ProjectName)" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/> <Environment EnvVarSetName="<Use Defaults>" DbgSetName="<Use Defaults>"> <![CDATA[ + ]]> </Environment> <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath=""> |