rename the lua examples directory, update changelog, tweak deploy scripts

This commit is contained in:
zeromus 2008-08-04 18:15:03 +00:00
parent 49e4cafb61
commit 10fec60609
14 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
---version 2.0.1 released---
04-aug-2008 - adelikat - autofire fix
04-aug-2008 - zeromus - homebrew mmc5 games now have 64KB of exwram instead of only 8KB
04-aug-2008 - zeromus - fix crash related to player2 in lua scripts
03-aug-2008 - qfox - fixed player2 in lua scripts
---version 2.0.0 released---

View File

@ -27,7 +27,7 @@
#define FCEU_VERSION_NUMERIC 20000
#define FCEU_NAME "FCEUX"
#define FCEU_VERSION_STRING "2.0.0"
#define FCEU_VERSION_STRING "2.0.1-interim"
#define FCEU_NAME_AND_VERSION FCEU_NAME " " FCEU_VERSION_STRING
///causes the code fragment argument to be compiled in if the build includes debugging

View File

@ -3,4 +3,6 @@ cd ..\output
..\vc8\zip -X -9 -r ..\vc8\fceux.zip fceux.exe fceux.chm 7z.dll palettes
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