~ubuntu-branches/ubuntu/wily/luatex/wily

« back to all changes in this revision

Viewing changes to source/libs/zziplib/zziplib-0.13.58/msvc7/zzipself.bat

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2010-04-29 00:47:19 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20100429004719-o42etkqe90n97b9e
Tags: 0.60.1-1
* new upstream release, adapt build-script patch
* disable patch: upstream-epstopdf_cc_no_xpdf_patching, included upstream
* disable patch: libpoppler-0.12, not needed anymore

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@echo off
 
2
rem DOS pkzip.exe does not work under WinXP !
 
3
rem instead using infozip zip.exe
 
4
 
 
5
IF EXIST zzipselftest%1.zip del zzipselftest%1.zip
 
6
echo zip -0 zzipselftest%1.zip zzipself%1.exe 
 
7
     zip -0 zzipselftest%1.zip zzipself%1.exe
 
8
echo zip -9 zzipselftest%1.zip zzipself.txt
 
9
     zip -9 zzipselftest%1.zip zzipself.txt
 
10
echo zzipsetstub%1.exe zzipselftest%1.zip zzipself%1.exe
 
11
     zzipsetstub%1.exe zzipselftest%1.zip zzipself%1.exe
 
12
echo  rename zzipselftest%1.zip zzipselftest%1.exe
 
13
IF EXIST zzipselftest%1.exe del zzipselftest%1.exe
 
14
      ren    zzipselftest%1.zip zzipselftest%1.exe
 
15
 
 
16
REM testrun:
 
17
echo now testing zzipselftest%1.exe
 
18
zzipselftest%1.exe zzipself.txt