diff options
author | Andreas Auras <andy@halstenbach.de> | 2011-09-25 01:15:58 +0200 |
---|---|---|
committer | Andreas Auras <andy@halstenbach.de> | 2011-09-25 01:15:58 +0200 |
commit | 29977fc5165fb4d26acc4f607d8408d9cabf36f8 (patch) | |
tree | db24136e998e3639830817f7fd6dabaeb2c11a6f /project/df10ch_test | |
parent | 5d2684d2a77ef457197c146f1406a406ff9b5ea3 (diff) | |
download | df10ch-atmolight-controller-29977fc5165fb4d26acc4f607d8408d9cabf36f8.tar.gz df10ch-atmolight-controller-29977fc5165fb4d26acc4f607d8408d9cabf36f8.tar.bz2 |
Some enhancements to windows port
Diffstat (limited to 'project/df10ch_test')
-rw-r--r-- | project/df10ch_test/df10ch_test.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/project/df10ch_test/df10ch_test.vcxproj b/project/df10ch_test/df10ch_test.vcxproj index d0a7d41..4ffec4a 100644 --- a/project/df10ch_test/df10ch_test.vcxproj +++ b/project/df10ch_test/df10ch_test.vcxproj @@ -49,7 +49,7 @@ </PrecompiledHeader> <WarningLevel>Level3</WarningLevel> <Optimization>Disabled</Optimization> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_WARNINGS;HAVE_LIBUSB_STRERROR;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> <AdditionalIncludeDirectories>..\..\..\libusb\libusb;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> </ClCompile> <Link> @@ -67,7 +67,7 @@ <Optimization>MaxSpeed</Optimization> <FunctionLevelLinking>true</FunctionLevelLinking> <IntrinsicFunctions>true</IntrinsicFunctions> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_WARNINGS;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_WARNINGS;HAVE_LIBUSB_STRERROR;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> <AdditionalIncludeDirectories>..\..\..\libusb\libusb;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> </ClCompile> <Link> |