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.
This commit is contained in:
Jason Rumney 2009-04-06 14:37:23 +00:00
parent 7758e7e3f8
commit 2bf4ad49e4

View file

@ -44,7 +44,6 @@ echo Create archive with just the basic binaries and generated files
echo (the user needs to unpack the full source distribution for
echo everything else)
copy %3\README.W32 emacs-%1\README.W32
copy %3\dump.bat emacs-%1\bin\dump.bat
rem Info-ZIP zip seems to be broken on Windows.
rem It always writes to zip.zip and treats the zipfile argument as one
rem of the files to go in it.