diff options
Diffstat (limited to 'sound_detector/sound_detector.project')
-rw-r--r-- | sound_detector/sound_detector.project | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sound_detector/sound_detector.project b/sound_detector/sound_detector.project index 319e841..7908fb7 100644 --- a/sound_detector/sound_detector.project +++ b/sound_detector/sound_detector.project @@ -9,8 +9,8 @@ <Dependencies/> <VirtualDirectory Name="src"> <File Name="main.cpp"/> - <File Name="toutf8.c"/> - <File Name="toutf8.h"/> + <File Name="iconv.c"/> + <File Name="iconv.h"/> </VirtualDirectory> <Settings Type="Executable"> <GlobalSettings> @@ -38,6 +38,7 @@ <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[ + ]]> </Environment> <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath=""> @@ -81,6 +82,7 @@ + ]]> </Environment> <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath=""> |