Commit 2ad8effc authored by hybrid's avatar hybrid

Add lib path and remove deprecated option

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2924 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 0655f27f
...@@ -123,13 +123,12 @@ ...@@ -123,13 +123,12 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="3" Optimization="3"
WholeProgramOptimization="true"
AdditionalIncludeDirectories="..\..\include" AdditionalIncludeDirectories="..\..\include"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
RuntimeLibrary="0" RuntimeLibrary="0"
UsePrecompiledHeader="0" UsePrecompiledHeader="0"
WarningLevel="3" WarningLevel="3"
Detect64BitPortabilityProblems="true" Detect64BitPortabilityProblems="false"
DebugInformationFormat="3" DebugInformationFormat="3"
/> />
<Tool <Tool
...@@ -145,6 +144,7 @@ ...@@ -145,6 +144,7 @@
Name="VCLinkerTool" Name="VCLinkerTool"
OutputFile="../../bin/Win32-visualstudio/GUIEditor.exe" OutputFile="../../bin/Win32-visualstudio/GUIEditor.exe"
LinkIncremental="1" LinkIncremental="1"
AdditionalLibraryDirectories="../../lib/Win32-Visualstudio"
GenerateDebugInformation="true" GenerateDebugInformation="true"
SubSystem="1" SubSystem="1"
OptimizeReferences="2" OptimizeReferences="2"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment