summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2010-08-06 18:55:17 +0100
committerPete Batard <pbatard@gmail.com>2010-08-06 18:55:17 +0100
commit9daf8200f001cd7796dfe76d8e699b92d55627d8 (patch)
tree74e5561c9290fe163fd31010113cd07e7862b36d
parente2e354d519c77c65d9ae3c8e4db6f0c9eedc4148 (diff)
downloadlibusb-9daf8200f001cd7796dfe76d8e699b92d55627d8.tar.gz
VS 2008 project files now use default for most options
* also fixed DLL generation that was set to MT(d) to using MD(d)
-rw-r--r--examples/lsusb_2008.vcproj28
-rw-r--r--examples/xusb_2008.vcproj30
-rw-r--r--libusb_dll_2008.vcproj22
-rw-r--r--libusb_static_2008.vcproj14
4 files changed, 8 insertions, 86 deletions
diff --git a/examples/lsusb_2008.vcproj b/examples/lsusb_2008.vcproj
index a5733ca..d841dd0 100644
--- a/examples/lsusb_2008.vcproj
+++ b/examples/lsusb_2008.vcproj
@@ -47,12 +47,9 @@
Optimization="0"
AdditionalIncludeDirectories="..\msvc;..\"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
RuntimeLibrary="1"
- UsePrecompiledHeader="0"
WarningLevel="3"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@@ -66,7 +63,6 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="setupapi.lib advapi32.lib ole32.lib"
- LinkIncremental="2"
AdditionalLibraryDirectories=""
GenerateDebugInformation="true"
ProgramDatabaseFile="$(TargetDir)$(ProjectName).pdb"
@@ -124,10 +120,7 @@
Optimization="0"
AdditionalIncludeDirectories="..\msvc;..\"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
RuntimeLibrary="1"
- UsePrecompiledHeader="0"
WarningLevel="3"
DebugInformationFormat="3"
/>
@@ -143,7 +136,6 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="setupapi.lib advapi32.lib ole32.lib"
- LinkIncremental="2"
AdditionalLibraryDirectories=""
GenerateDebugInformation="true"
ProgramDatabaseFile="$(TargetDir)$(ProjectName).pdb"
@@ -198,15 +190,10 @@
/>
<Tool
Name="VCCLCompilerTool"
- Optimization="2"
- EnableIntrinsicFunctions="true"
AdditionalIncludeDirectories="..\msvc;..\"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
RuntimeLibrary="0"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="0"
WarningLevel="3"
- DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@@ -220,13 +207,9 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="setupapi.lib advapi32.lib ole32.lib"
- LinkIncremental="1"
AdditionalLibraryDirectories=""
- GenerateDebugInformation="true"
ProgramDatabaseFile="$(TargetDir)$(ProjectName).pdb"
SubSystem="1"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
TargetMachine="1"
/>
<Tool
@@ -278,15 +261,10 @@
/>
<Tool
Name="VCCLCompilerTool"
- Optimization="2"
- EnableIntrinsicFunctions="true"
AdditionalIncludeDirectories="..\msvc;..\"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
RuntimeLibrary="0"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="0"
WarningLevel="3"
- DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@@ -300,13 +278,9 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="setupapi.lib advapi32.lib ole32.lib"
- LinkIncremental="1"
AdditionalLibraryDirectories=""
- GenerateDebugInformation="true"
ProgramDatabaseFile="$(TargetDir)$(ProjectName).pdb"
SubSystem="1"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
TargetMachine="17"
/>
<Tool
diff --git a/examples/xusb_2008.vcproj b/examples/xusb_2008.vcproj
index 3ce45b1..0430c1f 100644
--- a/examples/xusb_2008.vcproj
+++ b/examples/xusb_2008.vcproj
@@ -48,11 +48,9 @@
AdditionalIncludeDirectories="..\msvc;..\"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
MinimalRebuild="true"
- BasicRuntimeChecks="3"
RuntimeLibrary="1"
- UsePrecompiledHeader="0"
WarningLevel="3"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@@ -66,10 +64,8 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="setupapi.lib advapi32.lib ole32.lib"
- LinkIncremental="2"
AdditionalLibraryDirectories=""
GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)$(ProjectName).pdb"
SubSystem="1"
TargetMachine="1"
/>
@@ -125,9 +121,7 @@
AdditionalIncludeDirectories="..\msvc;..\"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
MinimalRebuild="true"
- BasicRuntimeChecks="3"
RuntimeLibrary="1"
- UsePrecompiledHeader="0"
WarningLevel="3"
DebugInformationFormat="3"
/>
@@ -143,10 +137,8 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="setupapi.lib advapi32.lib ole32.lib"
- LinkIncremental="2"
AdditionalLibraryDirectories=""
GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)$(ProjectName).pdb"
SubSystem="1"
TargetMachine="17"
/>
@@ -198,15 +190,10 @@
/>
<Tool
Name="VCCLCompilerTool"
- Optimization="2"
- EnableIntrinsicFunctions="true"
AdditionalIncludeDirectories="..\msvc;..\"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
RuntimeLibrary="0"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="0"
WarningLevel="3"
- DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@@ -220,13 +207,8 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="setupapi.lib advapi32.lib ole32.lib"
- LinkIncremental="1"
AdditionalLibraryDirectories=""
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)$(ProjectName).pdb"
SubSystem="1"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
TargetMachine="1"
/>
<Tool
@@ -278,15 +260,10 @@
/>
<Tool
Name="VCCLCompilerTool"
- Optimization="2"
- EnableIntrinsicFunctions="true"
AdditionalIncludeDirectories="..\msvc;..\"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
RuntimeLibrary="0"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="0"
WarningLevel="3"
- DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@@ -300,13 +277,8 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="setupapi.lib advapi32.lib ole32.lib"
- LinkIncremental="1"
AdditionalLibraryDirectories=""
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)$(ProjectName).pdb"
SubSystem="1"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
TargetMachine="17"
/>
<Tool
diff --git a/libusb_dll_2008.vcproj b/libusb_dll_2008.vcproj
index bb0d4b1..7754e9e 100644
--- a/libusb_dll_2008.vcproj
+++ b/libusb_dll_2008.vcproj
@@ -45,11 +45,9 @@
Optimization="0"
AdditionalIncludeDirectories=".\msvc;.\libusb"
PreprocessorDefinitions="_WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="1"
+ RuntimeLibrary="3"
WarningLevel="3"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@@ -118,9 +116,7 @@
Optimization="0"
AdditionalIncludeDirectories=".\msvc;.\libusb"
PreprocessorDefinitions="_WIN32;_WIN64;_DEBUG;_CRT_SECURE_NO_WARNINGS"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="1"
+ RuntimeLibrary="3"
WarningLevel="3"
DebugInformationFormat="3"
/>
@@ -188,14 +184,10 @@
/>
<Tool
Name="VCCLCompilerTool"
- Optimization="2"
- EnableIntrinsicFunctions="true"
AdditionalIncludeDirectories=".\msvc;.\libusb"
PreprocessorDefinitions="_WIN32;_LIB;_CRT_SECURE_NO_WARNINGS"
- RuntimeLibrary="0"
- EnableFunctionLevelLinking="true"
+ RuntimeLibrary="2"
WarningLevel="3"
- DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@@ -261,14 +253,10 @@
/>
<Tool
Name="VCCLCompilerTool"
- Optimization="2"
- EnableIntrinsicFunctions="true"
AdditionalIncludeDirectories=".\msvc;.\libusb"
PreprocessorDefinitions="_WIN32;_WIN64;_LIB;_CRT_SECURE_NO_WARNINGS"
- RuntimeLibrary="0"
- EnableFunctionLevelLinking="true"
+ RuntimeLibrary="2"
WarningLevel="3"
- DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
diff --git a/libusb_static_2008.vcproj b/libusb_static_2008.vcproj
index 8e22e79..cfbaba6 100644
--- a/libusb_static_2008.vcproj
+++ b/libusb_static_2008.vcproj
@@ -45,11 +45,9 @@
Optimization="0"
AdditionalIncludeDirectories=".\msvc;.\libusb"
PreprocessorDefinitions="_WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
RuntimeLibrary="1"
WarningLevel="3"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@@ -108,8 +106,6 @@
Optimization="0"
AdditionalIncludeDirectories=".\msvc;.\libusb"
PreprocessorDefinitions="_WIN32;_WIN64;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
RuntimeLibrary="1"
WarningLevel="3"
DebugInformationFormat="3"
@@ -168,14 +164,10 @@
/>
<Tool
Name="VCCLCompilerTool"
- Optimization="2"
- EnableIntrinsicFunctions="true"
AdditionalIncludeDirectories=".\msvc;.\libusb"
PreprocessorDefinitions="_WIN32;_LIB;_CRT_SECURE_NO_WARNINGS"
RuntimeLibrary="0"
- EnableFunctionLevelLinking="true"
WarningLevel="3"
- DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@@ -232,14 +224,10 @@
/>
<Tool
Name="VCCLCompilerTool"
- Optimization="2"
- EnableIntrinsicFunctions="true"
AdditionalIncludeDirectories=".\msvc;.\libusb"
PreprocessorDefinitions="_WIN32;_WIN64;_LIB;_CRT_SECURE_NO_WARNINGS"
RuntimeLibrary="0"
- EnableFunctionLevelLinking="true"
WarningLevel="3"
- DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"