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 @@
<Tool
Name="VCCLCompilerTool"
Optimization="3"
WholeProgramOptimization="true"
AdditionalIncludeDirectories="..\..\include"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
RuntimeLibrary="0"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
/>
<Tool
......@@ -145,6 +144,7 @@
Name="VCLinkerTool"
OutputFile="../../bin/Win32-visualstudio/GUIEditor.exe"
LinkIncremental="1"
AdditionalLibraryDirectories="../../lib/Win32-Visualstudio"
GenerateDebugInformation="true"
SubSystem="1"
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