- makes gob link again

- makes sure that nasm is able to find the files if the path has some ' ' (space) characters in it.

svn-id: r22989
This commit is contained in:
Johannes Schickel 2006-06-08 20:09:46 +00:00
parent 276d754443
commit 6f259eacc7
2 changed files with 12 additions and 4 deletions

View File

@ -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"
@ -367,6 +367,14 @@
RelativePath="..\..\engines\gob\scenery.h"
>
</File>
<File
RelativePath="..\..\engines\gob\scenery_v1.cpp"
>
</File>
<File
RelativePath="..\..\engines\gob\scenery_v2.cpp"
>
</File>
<File
RelativePath="..\..\engines\gob\sound.cpp"
>

View File

@ -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 &quot;$(OutDir)\$(InputName).obj&quot; &quot;$(InputPath)&quot;&#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 &quot;$(OutDir)\$(InputName).obj&quot; &quot;$(InputPath)&quot;&#x0D;&#x0A;"
Outputs="$(OutDir)\$(InputName).obj"
/>
</FileConfiguration>