comparison admin/nt/makedist.bat @ 77798:52a683a5fc14

Add recursion flag to excluded patterns on 7-zip command line.
author Jason Rumney <jasonr@gnu.org>
date Thu, 24 May 2007 14:53:50 +0000
parents de76ffcc1a43
children 444a75269831
comparison
equal deleted inserted replaced
77797:de76ffcc1a43 77798:52a683a5fc14
34 copy %3\README.W32 emacs-%1\README.W32 34 copy %3\README.W32 emacs-%1\README.W32
35 rem Info-ZIP zip seems to be broken on Windows. 35 rem Info-ZIP zip seems to be broken on Windows.
36 rem It always writes to zip.zip and treats the zipfile argument as one 36 rem It always writes to zip.zip and treats the zipfile argument as one
37 rem of the files to go in it. 37 rem of the files to go in it.
38 rem zip -9 -r %2-bin-i386 emacs-%1/BUGS emacs-%1/README emacs-%1/README.W32 emacs-%1/bin emacs-%1/etc emacs-%1/info emacs-%1/lisp emacs-%1/leim -x emacs.mdp *.pdb *.opt *~ CVS 38 rem zip -9 -r %2-bin-i386 emacs-%1/BUGS emacs-%1/README emacs-%1/README.W32 emacs-%1/bin emacs-%1/etc emacs-%1/info emacs-%1/lisp emacs-%1/leim -x emacs.mdp *.pdb *.opt *~ CVS
39 7z a -tZIP -mx=9 -x!emacs.mdp -x!*.pdb -x!*.opt -x!*~ -x!CVS %2-bin-i386.zip emacs-%1/BUGS emacs-%1/README emacs-%1/README.W32 emacs-%1/bin emacs-%1/etc emacs-%1/info emacs-%1/lisp emacs-%1/leim 39 7z a -tZIP -mx=9 -xr!emacs.mdp -xr!*.pdb -xr!*.opt -xr!*~ -xr!CVS %2-bin-i386.zip emacs-%1/BUGS emacs-%1/README emacs-%1/README.W32 emacs-%1/bin emacs-%1/etc emacs-%1/info emacs-%1/lisp emacs-%1/leim
40 del emacs-%1\README.W32 40 del emacs-%1\README.W32
41 if not (%4) == () goto end 41 if not (%4) == () goto end
42 42
43 :barebin 43 :barebin
44 echo Create archive with just the basic binaries and generated files 44 echo Create archive with just the basic binaries and generated files