initial upload of English version of TAS Editor Manual

[[Split portion of a mixed commit.]]
This commit is contained in:
ansstuff 2012-11-25 17:07:47 +00:00
parent 2f2114368b
commit f3486b8fdd
2 changed files with 1 additions and 1 deletions

BIN
output/taseditor.chm Normal file

Binary file not shown.

View File

@ -3,7 +3,7 @@ copy ..\output\fceux.exe .
upx ..\output\fceux.exe upx ..\output\fceux.exe
IF ERRORLEVEL 1 IF NOT ERRORLEVEL 2 GOTO UPXFailed IF ERRORLEVEL 1 IF NOT ERRORLEVEL 2 GOTO UPXFailed
cd ..\output cd ..\output
..\vc\zip -X -9 -r ..\vc\fceux.zip fceux.exe fceux.chm 7z.dll *.dll palettes luaScripts tools ..\vc\zip -X -9 -r ..\vc\fceux.zip fceux.exe fceux.chm taseditor.chm 7z.dll *.dll palettes luaScripts tools
move /y ..\vc\fceux.exe . move /y ..\vc\fceux.exe .
..\vc\zip -X -9 -r ..\vc\fceux.zip auxlib.lua ..\vc\zip -X -9 -r ..\vc\fceux.zip auxlib.lua
cd .. cd ..