add quotes around $(InputPath) (Laurence Parry)
parent
a145a37068
commit
ebc533c0e1
|
|
@ -2388,7 +2388,7 @@
|
|||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="ml64.exe /c /nologo /Fo"$(IntDir)\x64masm.obj" /Zi $(InputPath)
"
|
||||
CommandLine="ml64.exe /c /nologo /Fo"$(IntDir)\x64masm.obj" /Zi "$(InputPath)""
|
||||
Outputs="$(IntDir)\x64masm.obj"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
|
|
@ -2397,7 +2397,7 @@
|
|||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="ml64.exe /c /nologo /Fo"$(IntDir)\x64masm.obj" /Zi $(InputPath)
"
|
||||
CommandLine="ml64.exe /c /nologo /Fo"$(IntDir)\x64masm.obj" /Zi "$(InputPath)""
|
||||
Outputs="$(IntDir)\x64masm.obj"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
|
|
|
|||
|
|
@ -8508,7 +8508,7 @@
|
|||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="ml64.exe /c /nologo /Fo"$(IntDir)\x64masm.obj" /Zi $(InputPath)
"
|
||||
CommandLine="ml64.exe /c /nologo /Fo"$(IntDir)\x64masm.obj" /Zi "$(InputPath)""
|
||||
Outputs="$(IntDir)\x64masm.obj"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
|
|
@ -8525,7 +8525,7 @@
|
|||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="ml64.exe /c /nologo /Fo"$(IntDir)\x64masm.obj" /Zi $(InputPath)
"
|
||||
CommandLine="ml64.exe /c /nologo /Fo"$(IntDir)\x64masm.obj" /Zi "$(InputPath)""
|
||||
Outputs="$(IntDir)\x64masm.obj"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
|
|
@ -8542,7 +8542,7 @@
|
|||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="ml64.exe /c /nologo /Fo"$(IntDir)\x64masm.obj" /Zi $(InputPath)
"
|
||||
CommandLine="ml64.exe /c /nologo /Fo"$(IntDir)\x64masm.obj" /Zi "$(InputPath)""
|
||||
Outputs="$(IntDir)\x64masm.obj"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
|
|
@ -8559,7 +8559,7 @@
|
|||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="ml64.exe /c /nologo /Fo"$(IntDir)\x64masm.obj" /Zi $(InputPath)
"
|
||||
CommandLine="ml64.exe /c /nologo /Fo"$(IntDir)\x64masm.obj" /Zi "$(InputPath)""
|
||||
Outputs="$(IntDir)\x64masm.obj"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
|
|
|
|||
Loading…
Reference in New Issue