Commit 649dfc93 authored by hybrid's avatar hybrid

Fix linker settings in vc9 project

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@3708 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 8a9d6361
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
Name="VCLinkerTool" Name="VCLinkerTool"
UseLibraryDependencyInputs="true" UseLibraryDependencyInputs="true"
AdditionalOptions="/MACHINE:I386" AdditionalOptions="/MACHINE:I386"
AdditionalDependencies="kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib opengl32.lib winmm.lib" AdditionalDependencies="kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib opengl32.lib"
OutputFile="..\..\bin\Win32-visualstudio\Irrlicht.dll" OutputFile="..\..\bin\Win32-visualstudio\Irrlicht.dll"
LinkIncremental="2" LinkIncremental="2"
SuppressStartupBanner="true" SuppressStartupBanner="true"
...@@ -1411,14 +1411,6 @@ ...@@ -1411,14 +1411,6 @@
RelativePath="C3DSMeshFileLoader.h" RelativePath="C3DSMeshFileLoader.h"
> >
</File> </File>
<File
RelativePath="CSMFMeshFileLoader.cpp"
>
</File>
<File
RelativePath="CSMFMeshFileLoader.h"
>
</File>
<File <File
RelativePath=".\CAnimatedMeshHalfLife.cpp" RelativePath=".\CAnimatedMeshHalfLife.cpp"
> >
...@@ -1591,6 +1583,14 @@ ...@@ -1591,6 +1583,14 @@
RelativePath="CSkinnedMesh.h" RelativePath="CSkinnedMesh.h"
> >
</File> </File>
<File
RelativePath="CSMFMeshFileLoader.cpp"
>
</File>
<File
RelativePath="CSMFMeshFileLoader.h"
>
</File>
<File <File
RelativePath="CSTLMeshFileLoader.cpp" RelativePath="CSTLMeshFileLoader.cpp"
> >
......
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