diff options
author | Johannes Schickel | 2006-06-24 12:09:40 +0000 |
---|---|---|
committer | Johannes Schickel | 2006-06-24 12:09:40 +0000 |
commit | 530948bbce755bb52bf4f9045cbc494fce76dfd1 (patch) | |
tree | e4271611a035bfcdbce91718ae8dddd8b697cc7f /dists | |
parent | ac8607f43303011fe8c12193e0d9dbc3b8ceee41 (diff) | |
download | scummvm-rg350-530948bbce755bb52bf4f9045cbc494fce76dfd1.tar.gz scummvm-rg350-530948bbce755bb52bf4f9045cbc494fce76dfd1.tar.bz2 scummvm-rg350-530948bbce755bb52bf4f9045cbc494fce76dfd1.zip |
Updates msvc8 project file.
svn-id: r23289
Diffstat (limited to 'dists')
-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> |