mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
Updates msvc8 project file.
svn-id: r23289
This commit is contained in:
+24
-10
@@ -291,6 +291,28 @@
|
||||
RelativePath="..\..\common\file.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\common\fs.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
||||
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
||||
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\common\hashmap.cpp"
|
||||
>
|
||||
@@ -371,10 +393,6 @@
|
||||
RelativePath="..\..\common\system.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\common\timer.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\common\timer.h"
|
||||
>
|
||||
@@ -741,10 +759,6 @@
|
||||
<Filter
|
||||
Name="fs"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\backends\fs\fs.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\backends\fs\fs.h"
|
||||
>
|
||||
@@ -1074,7 +1088,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="nasm.exe -O1 -f win32 -o "$(OutDir)\$(InputName).obj" "$(InputPath)""
|
||||
CommandLine="nasm.exe -O1 -f win32 -o "$(OutDir)\$(InputName).obj" "$(InputPath)"
"
|
||||
Outputs="$(OutDir)\$(InputName).obj"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
@@ -1104,7 +1118,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="nasm.exe -O1 -f win32 -o "$(OutDir)\$(InputName).obj" "$(InputPath)""
|
||||
CommandLine="nasm.exe -O1 -f win32 -o "$(OutDir)\$(InputName).obj" "$(InputPath)"
"
|
||||
Outputs="$(OutDir)\$(InputName).obj"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
|
||||
Reference in New Issue
Block a user