mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-20 19:21:46 +00:00
- fixes agi release building
- fixes nasm build rule for release building too svn-id: r22990
This commit is contained in:
parent
6f259eacc7
commit
276b4eef7c
@ -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"
|
||||
@ -114,7 +114,7 @@
|
||||
Optimization="3"
|
||||
InlineFunctionExpansion="2"
|
||||
OmitFramePointers="true"
|
||||
AdditionalIncludeDirectories="../../;../../common"
|
||||
AdditionalIncludeDirectories="../../;../../engines"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
|
||||
StringPooling="true"
|
||||
ExceptionHandling="1"
|
||||
|
@ -1074,7 +1074,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 +1104,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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user