]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't put dump.bat into the barebin, as we don't put temacs.exe in
authorJason Rumney <jasonr@gnu.org>
Mon, 6 Apr 2009 14:37:23 +0000 (14:37 +0000)
committerJason Rumney <jasonr@gnu.org>
Mon, 6 Apr 2009 14:37:23 +0000 (14:37 +0000)
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.

admin/nt/makedist.bat

index d5c9b9aec84ad8b663f1ae2e2ae1f6bf6594b55a..31679829c959a2bc1704edf0c8262b911a9ddf67 100755 (executable)
@@ -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\r
 echo  everything else)\r
 copy %3\README.W32 emacs-%1\README.W32\r
-copy %3\dump.bat emacs-%1\bin\dump.bat\r
 rem Info-ZIP zip seems to be broken on Windows.\r
 rem It always writes to zip.zip and treats the zipfile argument as one\r
 rem of the files to go in it.\r