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
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions="/MACHINE:I386 "$(intdir)\verstub.obj""
|
||||
AdditionalDependencies="libjpeg/jpeg.lib libpng/lib/libpng.lib"
|
||||
OutputFile="../Program/StepMania-fastdebug.exe"
|
||||
LinkIncremental="2"
|
||||
SuppressStartupBanner="TRUE"
|
||||
@@ -896,6 +897,12 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\
|
||||
<File
|
||||
RelativePath="GameInput.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\GamePreferences.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\GamePreferences.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Grade.cpp">
|
||||
</File>
|
||||
@@ -1334,6 +1341,9 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\
|
||||
<File
|
||||
RelativePath="arch\Sound\DSoundHelpers.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\arch\Sound\RageSoundDriver.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="arch\Sound\RageSoundDriver.h">
|
||||
</File>
|
||||
@@ -1545,6 +1555,9 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\
|
||||
<File
|
||||
RelativePath="arch\Dialog\Dialog.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\arch\Dialog\DialogDriver.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="arch\Dialog\DialogDriver.h">
|
||||
</File>
|
||||
|
||||
Reference in New Issue
Block a user