From 29977fc5165fb4d26acc4f607d8408d9cabf36f8 Mon Sep 17 00:00:00 2001 From: Andreas Auras Date: Sun, 25 Sep 2011 01:15:58 +0200 Subject: Some enhancements to windows port --- project/df10ch_test/df10ch_test.vcxproj | 4 ++-- winsetup.py | 11 +---------- 2 files changed, 3 insertions(+), 12 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 @@ Level3 Disabled - WIN32;_CRT_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + WIN32;_CRT_SECURE_NO_WARNINGS;HAVE_LIBUSB_STRERROR;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) ..\..\..\libusb\libusb;%(AdditionalIncludeDirectories) @@ -67,7 +67,7 @@ MaxSpeed true true - WIN32;_CRT_SECURE_NO_WARNINGS;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + WIN32;_CRT_SECURE_NO_WARNINGS;HAVE_LIBUSB_STRERROR;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) ..\..\..\libusb\libusb;%(AdditionalIncludeDirectories) diff --git a/winsetup.py b/winsetup.py index f2fa0cb..8f9052d 100644 --- a/winsetup.py +++ b/winsetup.py @@ -36,15 +36,6 @@ setup(name='df10ch_setup', data_files = [ ( '', [ 'project/df10ch_test/Release/df10ch_test.exe', '../libusb/Win32/Release/dll/libusb-1.0.dll', '../zadig.exe', - 'windows/df10ch_setup.bat', - 'HISTORY', - 'COPYING', - 'README' ] ), - ( 'firmware', [ 'usb_appl/df10ch_usb_appl.dff', - 'usb_appl/df10ch_usb_appl.hex', - 'usb_boot/df10ch_usb_boot.hex', - 'pwm_appl/df10ch_pwm_appl.dff', - 'pwm_appl/df10ch_pwm_appl.hex', - 'pwm_boot/df10ch_pwm_boot.hex' ] ) ], + 'windows/df10ch_setup.bat' ] ) ] ) -- cgit v1.2.3