install a new version of upx so that it can compress fceux.exe without breaking the video config

This commit is contained in:
zeromus 2008-07-06 19:33:29 +00:00
parent 60842f3ebd
commit 62dc9301a9
2 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine="xcopy /d $(ProjectDir)\..\src\drivers\win\7zxa.dll $(OutDir)"
CommandLine="xcopy /d $(ProjectDir)\..\src\drivers\win\7zxa.dll $(OutDir)&#x0D;&#x0A;upx ..\output\fceux.exe"
/>
</Configuration>
<Configuration

Binary file not shown.