mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-22 05:45:38 +00:00
Added quotes around paths in post-build events to allow for spaces in directory names
This commit is contained in:
parent
a6b31b72c1
commit
622046828c
|
@ -83,7 +83,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="$(TargetPath) $(ProjectDir)\..\..\Src\CPU\68K\Musashi\ $(ProjectDir)\..\..\Src\CPU\68K\Musashi\m68k_in.c"
|
||||
CommandLine=""$(TargetPath)" ..\..\Src\CPU\68K\Musashi\ ..\..\Src\CPU\68K\Musashi\m68k_in.c"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
@ -152,7 +152,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="$(TargetPath) $(ProjectDir)\..\..\Src\CPU\68K\Musashi\ $(ProjectDir)\..\..\Src\CPU\68K\Musashi\m68k_in.c"
|
||||
CommandLine=""$(TargetPath)" ..\..\Src\CPU\68K\Musashi\ ..\..\Src\CPU\68K\Musashi\m68k_in.c"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
@ -223,7 +223,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="$(TargetPath) $(ProjectDir)\..\..\Src\CPU\68K\Musashi\ $(ProjectDir)\..\..\Src\CPU\68K\Musashi\m68k_in.c"
|
||||
CommandLine=""$(TargetPath)" ..\..\Src\CPU\68K\Musashi\ ..\..\Src\CPU\68K\Musashi\m68k_in.c"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
@ -295,7 +295,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="$(TargetPath) $(ProjectDir)\..\..\Src\CPU\68K\Musashi\ $(ProjectDir)\..\..\Src\CPU\68K\Musashi\m68k_in.c"
|
||||
CommandLine=""$(TargetPath)" ..\..\Src\CPU\68K\Musashi\ ..\..\Src\CPU\68K\Musashi\m68k_in.c"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
|
|
|
@ -98,7 +98,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="mkdir $(TargetDir)\Config
mkdir $(TargetDir)\NVRAM
mkdir $(TargetDir)\Saves
xcopy /D /Y $(ProjectDir)\..\Docs\* $(TargetDir)
xcopy /D /Y $(ProjectDir)\..\Config\* $(TargetDir)\Config
xcopy /D /Y $(ProjectDir)\SDL\$(PlatformName)\$(ConfigurationName)\SDL.dll $(TargetDir)
"
|
||||
CommandLine="mkdir "$(TargetDir)\Config"
mkdir "$(TargetDir)\NVRAM"
mkdir "$(TargetDir)\Saves"
xcopy /D /Y "$(ProjectDir)\..\Docs\*" "$(TargetDir)"
xcopy /D /Y "$(ProjectDir)\..\Config\*" "$(TargetDir)\Config"
xcopy /D /Y "$(ProjectDir)\SDL\$(PlatformName)\$(ConfigurationName)\SDL.dll" "$(TargetDir)"
"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
@ -178,7 +178,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="mkdir $(TargetDir)\Config
mkdir $(TargetDir)\NVRAM
mkdir $(TargetDir)\Saves
xcopy /D /Y $(ProjectDir)\..\Docs\* $(TargetDir)
xcopy /D /Y $(ProjectDir)\..\Config\* $(TargetDir)\Config
xcopy /D /Y $(ProjectDir)\SDL\$(PlatformName)\$(ConfigurationName)\SDL.dll $(TargetDir)
"
|
||||
CommandLine="mkdir "$(TargetDir)\Config"
mkdir "$(TargetDir)\NVRAM"
mkdir "$(TargetDir)\Saves"
xcopy /D /Y "$(ProjectDir)\..\Docs\*" "$(TargetDir)"
xcopy /D /Y "$(ProjectDir)\..\Config\*" "$(TargetDir)\Config"
xcopy /D /Y "$(ProjectDir)\SDL\$(PlatformName)\$(ConfigurationName)\SDL.dll" "$(TargetDir)"
"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
@ -261,7 +261,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="mkdir $(TargetDir)\Config
mkdir $(TargetDir)\NVRAM
mkdir $(TargetDir)\Saves
xcopy /D /Y $(ProjectDir)\..\Docs\* $(TargetDir)
xcopy /D /Y $(ProjectDir)\..\Config\* $(TargetDir)\Config
xcopy /D /Y $(ProjectDir)\SDL\$(PlatformName)\$(ConfigurationName)\SDL.dll $(TargetDir)
"
|
||||
CommandLine="mkdir "$(TargetDir)\Config"
mkdir "$(TargetDir)\NVRAM"
mkdir "$(TargetDir)\Saves"
xcopy /D /Y "$(ProjectDir)\..\Docs\*" "$(TargetDir)"
xcopy /D /Y "$(ProjectDir)\..\Config\*" "$(TargetDir)\Config"
xcopy /D /Y "$(ProjectDir)\SDL\$(PlatformName)\$(ConfigurationName)\SDL.dll" "$(TargetDir)"

"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
@ -347,7 +347,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="mkdir $(TargetDir)\Config
mkdir $(TargetDir)\NVRAM
mkdir $(TargetDir)\Saves
xcopy /D /Y $(ProjectDir)\..\Docs\* $(TargetDir)
xcopy /D /Y $(ProjectDir)\..\Config\* $(TargetDir)\Config
xcopy /D /Y $(ProjectDir)\SDL\$(PlatformName)\$(ConfigurationName)\SDL.dll $(TargetDir)
"
|
||||
CommandLine="mkdir "$(TargetDir)\Config"
mkdir "$(TargetDir)\NVRAM"
mkdir "$(TargetDir)\Saves"
xcopy /D /Y "$(ProjectDir)\..\Docs\*" "$(TargetDir)"
xcopy /D /Y "$(ProjectDir)\..\Config\*" "$(TargetDir)\Config"
xcopy /D /Y "$(ProjectDir)\SDL\$(PlatformName)\$(ConfigurationName)\SDL.dll" "$(TargetDir)"
"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
|
|
Loading…
Reference in a new issue