mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 08:25:35 +00:00
- 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:
parent
276d754443
commit
6f259eacc7
@ -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"
|
||||
>
|
||||
|
@ -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)
"
|
||||
CommandLine="nasm.exe -O1 -f win32 -g -o "$(OutDir)\$(InputName).obj" "$(InputPath)"
"
|
||||
Outputs="$(OutDir)\$(InputName).obj"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
@ -1095,7 +1095,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="nasm.exe -O1 -f win32 -g -o $(OutDir)\$(InputName).obj $(InputPath)
"
|
||||
CommandLine="nasm.exe -O1 -f win32 -g -o "$(OutDir)\$(InputName).obj" "$(InputPath)"
"
|
||||
Outputs="$(OutDir)\$(InputName).obj"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
|
Loading…
x
Reference in New Issue
Block a user