From: Chris Dickens Date: Fri, 5 Jan 2018 07:32:14 +0000 (-0800) Subject: Misc: Fix linker options in getopt VS project files X-Git-Tag: upstream/1.0.22~51 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6dd2b7f9a5dbe534e68c4cfa59ee562cd84d4151;p=platform%2Fupstream%2Flibusb.git Misc: Fix linker options in getopt VS project files Signed-off-by: Chris Dickens --- diff --git a/libusb/version_nano.h b/libusb/version_nano.h index c637e2d..3bc35d1 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 11260 +#define LIBUSB_NANO 11261 diff --git a/msvc/getopt_2010.vcxproj b/msvc/getopt_2010.vcxproj index 3f413c7..c1e41c3 100644 --- a/msvc/getopt_2010.vcxproj +++ b/msvc/getopt_2010.vcxproj @@ -71,13 +71,12 @@ HAVE_STRING_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - true MultiThreadedDebug Level3 ProgramDatabase - true + $(OutDir)getopt.lib @@ -91,7 +90,7 @@ ProgramDatabase - true + $(OutDir)getopt.lib @@ -102,7 +101,7 @@ Level3 - true + $(OutDir)getopt.lib @@ -110,12 +109,13 @@ X64 + MaxSpeed HAVE_STRING_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) MultiThreaded Level3 - true + $(OutDir)getopt.lib diff --git a/msvc/getopt_2012.vcxproj b/msvc/getopt_2012.vcxproj index 327aac3..a745f36 100644 --- a/msvc/getopt_2012.vcxproj +++ b/msvc/getopt_2012.vcxproj @@ -76,13 +76,12 @@ HAVE_STRING_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - true MultiThreadedDebug Level3 ProgramDatabase - true + $(OutDir)getopt.lib @@ -96,7 +95,7 @@ ProgramDatabase - true + $(OutDir)getopt.lib @@ -107,7 +106,7 @@ Level3 - true + $(OutDir)getopt.lib @@ -115,12 +114,13 @@ X64 + MaxSpeed HAVE_STRING_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) MultiThreaded Level3 - true + $(OutDir)getopt.lib diff --git a/msvc/getopt_2013.vcxproj b/msvc/getopt_2013.vcxproj index 55ba37f..4a9a8c4 100644 --- a/msvc/getopt_2013.vcxproj +++ b/msvc/getopt_2013.vcxproj @@ -76,13 +76,12 @@ HAVE_STRING_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - true MultiThreadedDebug Level3 ProgramDatabase - true + $(OutDir)getopt.lib @@ -96,7 +95,7 @@ ProgramDatabase - true + $(OutDir)getopt.lib @@ -107,7 +106,7 @@ Level3 - true + $(OutDir)getopt.lib @@ -115,12 +114,13 @@ X64 + MaxSpeed HAVE_STRING_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) MultiThreaded Level3 - true + $(OutDir)getopt.lib diff --git a/msvc/getopt_2015.vcxproj b/msvc/getopt_2015.vcxproj index 193e2c1..0290397 100644 --- a/msvc/getopt_2015.vcxproj +++ b/msvc/getopt_2015.vcxproj @@ -76,13 +76,12 @@ HAVE_STRING_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - true MultiThreadedDebug Level3 ProgramDatabase - true + $(OutDir)getopt.lib @@ -96,7 +95,7 @@ ProgramDatabase - true + $(OutDir)getopt.lib @@ -107,7 +106,7 @@ Level3 - true + $(OutDir)getopt.lib @@ -115,12 +114,13 @@ X64 + MaxSpeed HAVE_STRING_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) MultiThreaded Level3 - true + $(OutDir)getopt.lib diff --git a/msvc/getopt_2017.vcxproj b/msvc/getopt_2017.vcxproj index 8e6ce07..9177064 100644 --- a/msvc/getopt_2017.vcxproj +++ b/msvc/getopt_2017.vcxproj @@ -76,13 +76,12 @@ HAVE_STRING_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - true MultiThreadedDebug Level3 ProgramDatabase - true + $(OutDir)getopt.lib @@ -96,7 +95,7 @@ ProgramDatabase - true + $(OutDir)getopt.lib @@ -107,7 +106,7 @@ Level3 - true + $(OutDir)getopt.lib @@ -115,12 +114,13 @@ X64 + MaxSpeed HAVE_STRING_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) MultiThreaded Level3 - true + $(OutDir)getopt.lib