diff options
Diffstat (limited to 'dists/msvc8/scummvm.vcproj')
-rw-r--r-- | dists/msvc8/scummvm.vcproj | 34 |
1 files changed, 24 insertions, 10 deletions
diff --git a/dists/msvc8/scummvm.vcproj b/dists/msvc8/scummvm.vcproj index 33762731bd..e07a774184 100644 --- a/dists/msvc8/scummvm.vcproj +++ b/dists/msvc8/scummvm.vcproj @@ -292,6 +292,28 @@ > </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" > </File> @@ -372,10 +394,6 @@ > </File> <File - RelativePath="..\..\common\timer.cpp" - > - </File> - <File RelativePath="..\..\common\timer.h" > </File> @@ -742,10 +760,6 @@ Name="fs" > <File - RelativePath="..\..\backends\fs\fs.cpp" - > - </File> - <File RelativePath="..\..\backends\fs\fs.h" > </File> @@ -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> |