2008-07-09 05:47:13 +00:00
|
|
|
del /s fceux.zip
|
2008-08-13 04:06:01 +00:00
|
|
|
copy ..\output\fceux.exe .
|
|
|
|
upx ..\output\fceux.exe
|
2010-05-09 00:16:33 +00:00
|
|
|
IF ERRORLEVEL 1 IF NOT ERRORLEVEL 2 GOTO UPXFailed
|
2008-06-30 04:40:31 +00:00
|
|
|
cd ..\output
|
2009-03-29 13:02:10 +00:00
|
|
|
..\vc\zip -X -9 -r ..\vc\fceux.zip fceux.exe fceux.chm 7z.dll *.dll palettes luaScripts
|
2009-03-28 12:40:04 +00:00
|
|
|
move /y ..\vc\fceux.exe .
|
|
|
|
..\vc\zip -X -9 -r ..\vc\fceux.zip auxlib.lua
|
2010-05-08 00:51:14 +00:00
|
|
|
cd ..
|
|
|
|
REM vc\zip -X -9 -r vc\fceux.zip documentation
|
|
|
|
cd vc
|
|
|
|
GOTO end
|
|
|
|
|
|
|
|
:UPXFailed
|
|
|
|
CLS
|
|
|
|
echo.
|
|
|
|
echo FCEUX.EXE is either compiling or running.
|
|
|
|
echo Close it or let it finish before trying this script again.
|
|
|
|
pause
|
|
|
|
|
|
|
|
:end
|