diff --git a/output/dll/lua5.1.dll b/output/dll/lua5.1.dll new file mode 100644 index 00000000..1dd4ea9f Binary files /dev/null and b/output/dll/lua5.1.dll differ diff --git a/vc/archive.bat b/vc/archive.bat index 5e2728ab..dc2b4fa0 100644 --- a/vc/archive.bat +++ b/vc/archive.bat @@ -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 \ No newline at end of file +..\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 \ No newline at end of file