diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2013-02-24 16:20:17 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2013-02-24 16:20:17 +0200 |
commit | fdcdca41be3b31cc7948d7501909a8cd0e0e3b43 (patch) | |
tree | a585b98e4f80511a6efd1501a87d6c2d3386aa87 /sound_detector/sound_detector.project | |
parent | 8836d189a22f8d4fe502ed3aa395aca46cfa2dae (diff) |
conversion to cp866 for windows
Diffstat (limited to 'sound_detector/sound_detector.project')
-rw-r--r-- | sound_detector/sound_detector.project | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sound_detector/sound_detector.project b/sound_detector/sound_detector.project index 3b68ebd..319e841 100644 --- a/sound_detector/sound_detector.project +++ b/sound_detector/sound_detector.project @@ -9,6 +9,8 @@ <Dependencies/> <VirtualDirectory Name="src"> <File Name="main.cpp"/> + <File Name="toutf8.c"/> + <File Name="toutf8.h"/> </VirtualDirectory> <Settings Type="Executable"> <GlobalSettings> @@ -33,9 +35,10 @@ <Library Value="vorbisenc"/> </Linker> <ResourceCompiler Options="" Required="no"/> - <General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Debug" Command="./$(ProjectName)" CommandArguments="-d0 -o. -s 5,2 -S 3,5" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/> + <General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Debug" Command="./$(ProjectName)" CommandArguments="-d 4 -o. -s 5,2 -S 3,5" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/> <Environment EnvVarSetName="<Use Defaults>" DbgSetName="<Use Defaults>"> - <![CDATA[]]> + <![CDATA[ + ]]> </Environment> <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath=""> <PostConnectCommands/> @@ -76,6 +79,8 @@ + + ]]> </Environment> <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath=""> |