Updated VS 2008 release project file (not necessary for cmake
based 2012 compilation) - saving this just in case that we want to support XP longer. git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14481 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
a17db8d168
commit
6828007a51
@ -109,7 +109,8 @@
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="2"
|
||||
EnableIntrinsicFunctions="true"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
|
||||
AdditionalIncludeDirectories=""C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include";C:\WinDDK\inc\api"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;WIIUSE_STATIC"
|
||||
RuntimeLibrary="2"
|
||||
EnableFunctionLevelLinking="true"
|
||||
UsePrecompiledHeader="0"
|
||||
@ -127,6 +128,8 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
AdditionalDependencies="setupapi.lib hid.lib"
|
||||
AdditionalLibraryDirectories="C:\WinDDK\lib\win7\i386"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
|
Loading…
Reference in New Issue
Block a user