comparison admin/nt/makedist.bat @ 102865:cfdc747670fb

Don't put dump.bat into the barebin, as we don't put temacs.exe in there anyway. Anyone who wants to deal with redumping emacs will have the skills to recompile from source anyway, since it no longer seems necessary to work around windows preloaded dll problems.
author Jason Rumney <jasonr@gnu.org>
date Mon, 06 Apr 2009 14:37:23 +0000
parents ce88a631c161
children 1d1d5d9bd884
comparison
equal deleted inserted replaced
102864:9b40af86e8fa 102865:cfdc747670fb
42 :barebin 42 :barebin
43 echo Create archive with just the basic binaries and generated files 43 echo Create archive with just the basic binaries and generated files
44 echo (the user needs to unpack the full source distribution for 44 echo (the user needs to unpack the full source distribution for
45 echo everything else) 45 echo everything else)
46 copy %3\README.W32 emacs-%1\README.W32 46 copy %3\README.W32 emacs-%1\README.W32
47 copy %3\dump.bat emacs-%1\bin\dump.bat
48 rem Info-ZIP zip seems to be broken on Windows. 47 rem Info-ZIP zip seems to be broken on Windows.
49 rem It always writes to zip.zip and treats the zipfile argument as one 48 rem It always writes to zip.zip and treats the zipfile argument as one
50 rem of the files to go in it. 49 rem of the files to go in it.
51 rem zip -9 -r %2-barebin-i386.zip emacs-%1/README.W32 emacs-%1/bin emacs-%1/etc/DOC-X emacs-%1/COPYING 50 rem zip -9 -r %2-barebin-i386.zip emacs-%1/README.W32 emacs-%1/bin emacs-%1/etc/DOC-X emacs-%1/COPYING
52 7z a -tZIP -mx=9 %2-barebin-i386.zip emacs-%1/README.W32 emacs-%1/bin emacs-%1/etc/DOC-X emacs-%1/COPYING 51 7z a -tZIP -mx=9 %2-barebin-i386.zip emacs-%1/README.W32 emacs-%1/bin emacs-%1/etc/DOC-X emacs-%1/COPYING