From 6dd2b7f9a5dbe534e68c4cfa59ee562cd84d4151 Mon Sep 17 00:00:00 2001 From: Chris Dickens Date: Thu, 4 Jan 2018 23:32:14 -0800 Subject: [PATCH] Misc: Fix linker options in getopt VS project files Signed-off-by: Chris Dickens --- libusb/version_nano.h | 2 +- msvc/getopt_2010.vcxproj | 10 +++++----- msvc/getopt_2012.vcxproj | 10 +++++----- msvc/getopt_2013.vcxproj | 10 +++++----- msvc/getopt_2015.vcxproj | 10 +++++----- msvc/getopt_2017.vcxproj | 10 +++++----- 6 files changed, 26 insertions(+), 26 deletions(-) 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 -- 2.7.4