Add missing files.
Added png/jpeg libraries to be linked before directx ones.
This commit is contained in:
@@ -209,6 +209,7 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions="/MACHINE:I386 "$(intdir)\verstub.obj""
|
AdditionalOptions="/MACHINE:I386 "$(intdir)\verstub.obj""
|
||||||
|
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"$(IntDir)"\
|
|||||||
<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"$(IntDir)"\
|
|||||||
<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"$(IntDir)"\
|
|||||||
<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>
|
||||||
|
|||||||
Reference in New Issue
Block a user