~ubuntu-branches/ubuntu/utopic/fceux/utopic-proposed

« back to all changes in this revision

Viewing changes to vc/archive.bat

  • Committer: Package Import Robot
  • Author(s): Joe Nahmias
  • Date: 2014-03-02 19:22:04 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20140302192204-9f0aehi5stfnhn7d
Tags: 2.2.2+dfsg0-1
* Imported Upstream version 2.2.2
  + remove patches merged upstream; refresh remaining
  + remove windows compiled help files and non-free Visual C files
* Use C++11 standard static assertion functionality
* fix upstream installation of support files
* New patch 0004-ignore-missing-windows-help-CHM-file.patch
* update d/copyright for new, renamed, deleted files
* d/control: bump std-ver to 3.9.5, no changes needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
del /s fceux.zip
2
 
copy ..\output\fceux.exe .
3
 
upx ..\output\fceux.exe
4
 
IF ERRORLEVEL 1 IF NOT ERRORLEVEL 2 GOTO UPXFailed
5
 
cd ..\output
6
 
..\vc\zip -X -9 -r ..\vc\fceux.zip fceux.exe fceux.chm taseditor.chm 7z.dll *.dll palettes luaScripts tools
7
 
move /y ..\vc\fceux.exe .
8
 
..\vc\zip -X -9 -r ..\vc\fceux.zip auxlib.lua
9
 
cd ..
10
 
REM vc\zip -X -9 -r vc\fceux.zip documentation
11
 
cd vc
12
 
GOTO end
13
 
 
14
 
:UPXFailed
15
 
CLS
16
 
echo.
17
 
echo FCEUX.EXE is either compiling or running.
18
 
echo Close it or let it finish before trying this script again.
19
 
pause
20
 
 
21
 
:end