see if this fixes the build problem for qfox
This commit is contained in:
parent
e1ed71bbd9
commit
57e3c658bd
|
@ -1482,7 +1482,7 @@
|
|||
>
|
||||
<Tool
|
||||
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"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
|
@ -1491,7 +1491,7 @@
|
|||
>
|
||||
<Tool
|
||||
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"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
|
|
Loading…
Reference in New Issue