see if this fixes the build problem for qfox
This commit is contained in:
parent
e1ed71bbd9
commit
57e3c658bd
|
@ -1482,7 +1482,7 @@
|
||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
CommandLine="copy /y ..\src\drivers\win\help\fceux.chm $(OutDir)
"
|
CommandLine="copy /y ..\src\drivers\win\help\fceux.chm "$(OutDir)"
"
|
||||||
Outputs="$(OutDir)\fceux.chm"
|
Outputs="$(OutDir)\fceux.chm"
|
||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
|
@ -1491,7 +1491,7 @@
|
||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
CommandLine="copy /y ..\src\drivers\win\help\fceux.chm $(OutDir)
"
|
CommandLine="copy /y ..\src\drivers\win\help\fceux.chm "$(OutDir)"
"
|
||||||
Outputs="$(OutDir)\fceux.chm"
|
Outputs="$(OutDir)\fceux.chm"
|
||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
|
|
Loading…
Reference in New Issue