diff --git a/external/libusb/libusb.vcxproj b/external/libusb/libusb.vcxproj index ddd33f5c..82b971d8 100644 --- a/external/libusb/libusb.vcxproj +++ b/external/libusb/libusb.vcxproj @@ -103,7 +103,7 @@ Level3 true - _CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + _CRT_SECURE_NO_WARNINGS;LOG_APPNAME="avrdude";WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) true 4996 include @@ -118,7 +118,7 @@ true true true - _CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + _CRT_SECURE_NO_WARNINGS;LOG_APPNAME="avrdude";WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) true MultiThreaded 4996 @@ -134,7 +134,7 @@ Level3 true - _CRT_SECURE_NO_WARNINGS;_DEBUG;_LIB;%(PreprocessorDefinitions) + _CRT_SECURE_NO_WARNINGS;LOG_APPNAME="avrdude";_DEBUG;_LIB;%(PreprocessorDefinitions) true 4996 include @@ -149,7 +149,7 @@ true true true - _CRT_SECURE_NO_WARNINGS;NDEBUG;_LIB;%(PreprocessorDefinitions) + _CRT_SECURE_NO_WARNINGS;LOG_APPNAME="avrdude";NDEBUG;_LIB;%(PreprocessorDefinitions) true MultiThreaded 4996