Add missing files.

Added png/jpeg libraries to be linked before directx ones.
This commit is contained in:
Vecais Dumais Laacis
2006-11-23 18:46:24 +00:00
parent be152b017e
commit a19f1d5f5b
+13
View File
@@ -209,6 +209,7 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386 &quot;$(intdir)\verstub.obj&quot;" AdditionalOptions="/MACHINE:I386 &quot;$(intdir)\verstub.obj&quot;"
AdditionalDependencies="libjpeg/jpeg.lib libpng/lib/libpng.lib"
OutputFile="../Program/StepMania-fastdebug.exe" OutputFile="../Program/StepMania-fastdebug.exe"
LinkIncremental="2" LinkIncremental="2"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
@@ -896,6 +897,12 @@ cl /Zl /nologo /c verstub.cpp /Fo&quot;$(IntDir)&quot;\
<File <File
RelativePath="GameInput.h"> RelativePath="GameInput.h">
</File> </File>
<File
RelativePath=".\GamePreferences.cpp">
</File>
<File
RelativePath=".\GamePreferences.h">
</File>
<File <File
RelativePath=".\Grade.cpp"> RelativePath=".\Grade.cpp">
</File> </File>
@@ -1334,6 +1341,9 @@ cl /Zl /nologo /c verstub.cpp /Fo&quot;$(IntDir)&quot;\
<File <File
RelativePath="arch\Sound\DSoundHelpers.h"> RelativePath="arch\Sound\DSoundHelpers.h">
</File> </File>
<File
RelativePath=".\arch\Sound\RageSoundDriver.cpp">
</File>
<File <File
RelativePath="arch\Sound\RageSoundDriver.h"> RelativePath="arch\Sound\RageSoundDriver.h">
</File> </File>
@@ -1545,6 +1555,9 @@ cl /Zl /nologo /c verstub.cpp /Fo&quot;$(IntDir)&quot;\
<File <File
RelativePath="arch\Dialog\Dialog.h"> RelativePath="arch\Dialog\Dialog.h">
</File> </File>
<File
RelativePath=".\arch\Dialog\DialogDriver.cpp">
</File>
<File <File
RelativePath="arch\Dialog\DialogDriver.h"> RelativePath="arch\Dialog\DialogDriver.h">
</File> </File>