Updated archive.bat to reflect new file tree. Added lua5.1.dll to the dll folder

This commit is contained in:
adelikat 2009-03-28 12:40:04 +00:00
parent 21785d9529
commit 145076d94c
2 changed files with 6 additions and 7 deletions

BIN
output/dll/lua5.1.dll Normal file

Binary file not shown.

View File

@ -2,10 +2,9 @@ del /s fceux.zip
copy ..\output\fceux.exe .
upx ..\output\fceux.exe
cd ..\output
..\vc8\zip -X -9 -r ..\vc8\fceux.zip fceux.exe fceux.chm 7z.dll palettes
move /y ..\vc8\fceux.exe .
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
cd ..\vc8
..\vc\zip -X -9 -r ..\vc\fceux.zip fceux.exe fceux.chm 7z.dll lua5.1.dll palettes dll luaScripts
move /y ..\vc\fceux.exe .
..\vc\zip -X -9 -r ..\vc\fceux.zip auxlib.lua
cd ..\
..\vc\zip -X -9 -r ..\vc\fceux.zip documentation
cd ..\vc