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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Thu Jun 8 22:09:53 CEST 2006


Revision: 22989
Author:   lordhoto
Date:     2006-06-08 13:09:46 -0700 (Thu, 08 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22989&view=rev

Log Message:
-----------
- makes gob link again
- makes sure that nasm is able to find the files if the path has some ' ' (space) characters in it.

Modified Paths:
--------------
    scummvm/trunk/dists/msvc8/gob.vcproj
    scummvm/trunk/dists/msvc8/scummvm.vcproj
Modified: scummvm/trunk/dists/msvc8/gob.vcproj
===================================================================
--- scummvm/trunk/dists/msvc8/gob.vcproj	2006-06-08 19:55:16 UTC (rev 22988)
+++ scummvm/trunk/dists/msvc8/gob.vcproj	2006-06-08 20:09:46 UTC (rev 22989)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="windows-1250"?>
+<?xml version="1.0" encoding="Windows-1252"?>
 <VisualStudioProject
 	ProjectType="Visual C++"
 	Version="8,00"
@@ -368,6 +368,14 @@
 			>
 		</File>
 		<File
+			RelativePath="..\..\engines\gob\scenery_v1.cpp"
+			>
+		</File>
+		<File
+			RelativePath="..\..\engines\gob\scenery_v2.cpp"
+			>
+		</File>
+		<File
 			RelativePath="..\..\engines\gob\sound.cpp"
 			>
 		</File>

Modified: scummvm/trunk/dists/msvc8/scummvm.vcproj
===================================================================
--- scummvm/trunk/dists/msvc8/scummvm.vcproj	2006-06-08 19:55:16 UTC (rev 22988)
+++ scummvm/trunk/dists/msvc8/scummvm.vcproj	2006-06-08 20:09:46 UTC (rev 22989)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="windows-1250"?>
+<?xml version="1.0" encoding="Windows-1252"?>
 <VisualStudioProject
 	ProjectType="Visual C++"
 	Version="8,00"
@@ -1065,7 +1065,7 @@
 						>
 						<Tool
 							Name="VCCustomBuildTool"
-							CommandLine="nasm.exe -O1 -f win32 -g -o $(OutDir)\$(InputName).obj $(InputPath)&#x0D;&#x0A;"
+							CommandLine="nasm.exe -O1 -f win32 -g -o "$(OutDir)\$(InputName).obj" "$(InputPath)"&#x0D;&#x0A;"
 							Outputs="$(OutDir)\$(InputName).obj"
 						/>
 					</FileConfiguration>
@@ -1095,7 +1095,7 @@
 						>
 						<Tool
 							Name="VCCustomBuildTool"
-							CommandLine="nasm.exe -O1 -f win32 -g -o $(OutDir)\$(InputName).obj $(InputPath)&#x0D;&#x0A;"
+							CommandLine="nasm.exe -O1 -f win32 -g -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