fceux/vc8/archive.bat

11 lines
356 B
Batchfile
Raw Normal View History

del /s fceux.zip
copy ..\output\fceux.exe .
upx ..\output\fceux.exe
2008-06-30 04:40:31 +00:00
cd ..\output
..\vc8\zip -X -9 -r ..\vc8\fceux.zip fceux.exe fceux.chm 7z.dll palettes
move /y ..\vc8\fceux.exe .
2008-07-29 00:42:02 +00:00
copy /y luapack\luapack.zip ..\vc8\
..\vc8\zip -X -9 -r ..\vc8\luapack.zip auxlib.lua
cd ..\documentation
..\vc8\zip -X -9 -r ..\vc8\luapack.zip examplelua
2008-06-30 04:55:46 +00:00
cd ..\vc8