diff options
author | Thomas Henn <[email protected]> | 2009-01-19 08:23:22 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-01-19 08:23:22 -0700 |
commit | dbd8e4066b28afad5f02a063e81b973c649746f5 (patch) | |
tree | f9b85bb098b0eb81dc960e04c935289bc928f3c6 /windows/VC8/progs/demos | |
parent | b7f802eca2c78397ea7b8472b3a7e90a997fc140 (diff) |
windows: updated VC8 project files
Diffstat (limited to 'windows/VC8/progs/demos')
-rw-r--r-- | windows/VC8/progs/demos/gears.vcproj | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/windows/VC8/progs/demos/gears.vcproj b/windows/VC8/progs/demos/gears.vcproj index 891acd641ab..4fac301d889 100644 --- a/windows/VC8/progs/demos/gears.vcproj +++ b/windows/VC8/progs/demos/gears.vcproj @@ -1,9 +1,10 @@ <?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="8,00"
Name="gears"
ProjectGUID="{3A7B0671-10F8-45D1-B012-F6D650F817CE}"
+ RootNamespace="gears"
>
<Platforms>
<Platform
@@ -45,7 +46,7 @@ AdditionalIncludeDirectories="../../../../include"
PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE"
BasicRuntimeChecks="3"
- RuntimeLibrary="1"
+ RuntimeLibrary="3"
PrecompiledHeaderFile=".\Debug/gears.pch"
AssemblerListingLocation=".\Debug/"
ObjectFile=".\Debug/"
@@ -69,7 +70,6 @@ <Tool
Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386"
- AdditionalDependencies="glut32.lib odbc32.lib odbccp32.lib"
OutputFile=".\Debug/gears.exe"
LinkIncremental="2"
SuppressStartupBanner="true"
@@ -136,7 +136,7 @@ AdditionalIncludeDirectories="../../../../include"
PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE"
StringPooling="true"
- RuntimeLibrary="0"
+ RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
PrecompiledHeaderFile=".\Release/gears.pch"
AssemblerListingLocation=".\Release/"
@@ -160,7 +160,6 @@ <Tool
Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386"
- AdditionalDependencies="glut32.lib odbc32.lib odbccp32.lib"
OutputFile=".\Release/gears.exe"
LinkIncremental="1"
SuppressStartupBanner="true"
|