[Scummvm-cvs-logs] SF.net SVN: scummvm: [23289] scummvm/trunk/dists/msvc8/scummvm.vcproj

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sat Jun 24 14:09:46 CEST 2006


Revision: 23289
Author:   lordhoto
Date:     2006-06-24 05:09:40 -0700 (Sat, 24 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=23289&view=rev

Log Message:
-----------
Updates msvc8 project file.

Modified Paths:
--------------
    scummvm/trunk/dists/msvc8/scummvm.vcproj
Modified: scummvm/trunk/dists/msvc8/scummvm.vcproj
===================================================================
--- scummvm/trunk/dists/msvc8/scummvm.vcproj	2006-06-24 12:06:13 UTC (rev 23288)
+++ scummvm/trunk/dists/msvc8/scummvm.vcproj	2006-06-24 12:09:40 UTC (rev 23289)
@@ -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)"&#x0D;&#x0A;"
 							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)"&#x0D;&#x0A;"
 							Outputs="$(OutDir)\$(InputName).obj"
 						/>
 					</FileConfiguration>


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list