diff options
author | Jason Rumney <jasonr@gnu.org> | 2009-04-06 14:37:23 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2009-04-06 14:37:23 +0000 |
commit | 2bf4ad49e427c5f6b02afd76c7ef6dd8c614e5e3 (patch) | |
tree | 804de1402a8569204849f81632f2ad80694363b7 /admin | |
parent | 7758e7e3f89cd2a1544ce15adfce74afcaeb2f12 (diff) | |
download | emacs-2bf4ad49e427c5f6b02afd76c7ef6dd8c614e5e3.tar.gz |
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.
Diffstat (limited to 'admin')
-rwxr-xr-x | admin/nt/makedist.bat | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/admin/nt/makedist.bat b/admin/nt/makedist.bat index d5c9b9aec84..31679829c95 100755 --- a/admin/nt/makedist.bat +++ b/admin/nt/makedist.bat @@ -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.
|