diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2013-02-25 08:10:20 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2013-02-25 08:10:20 +0200 |
commit | 17faa9f960aa7f1ce72e6b54a2d01f755d7b38be (patch) | |
tree | e7cc9943b8004e6c80465a709d5c81fc3da7a35a | |
parent | 5c91e123aabc6d3f3534589edf2d50b6352a460b (diff) |
correct name
-rw-r--r-- | sound_detector/iconv.c (renamed from sound_detector/toutf8.c) | 0 | ||||
-rw-r--r-- | sound_detector/iconv.h (renamed from sound_detector/toutf8.h) | 0 | ||||
-rw-r--r-- | sound_detector/main.cpp | 2 | ||||
-rw-r--r-- | sound_detector/sound_detector.project | 6 |
4 files changed, 5 insertions, 3 deletions
diff --git a/sound_detector/toutf8.c b/sound_detector/iconv.c index 1601bd1..1601bd1 100644 --- a/sound_detector/toutf8.c +++ b/sound_detector/iconv.c diff --git a/sound_detector/toutf8.h b/sound_detector/iconv.h index 49d42d7..49d42d7 100644 --- a/sound_detector/toutf8.h +++ b/sound_detector/iconv.h diff --git a/sound_detector/main.cpp b/sound_detector/main.cpp index b2064d8..295dc20 100644 --- a/sound_detector/main.cpp +++ b/sound_detector/main.cpp @@ -50,7 +50,7 @@ #include <boost/filesystem.hpp> //internal -#include "toutf8.h" +#include "iconv.h" 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=""> |