Mercurial > emacs
view nt/install.bat @ 48603:ac86b769c135
Added a lot of options to reduce disk size of both the installer and the final
application. Added option to make installer generate self-contained Emacs.app.
Now nolonger creates a "full-dist" by default, by omitting .el files that have
already been compiled.
author | Steven Tamm <steventamm@mac.com> |
---|---|
date | Sat, 30 Nov 2002 22:06:23 +0000 |
parents | b2da8183c301 |
children | 695cf19ef79e |
line wrap: on
line source
@echo off if (%1) == (speed) set BUILD_TYPE=spd if (%1) == (speed) shift if not (%1) == () set INSTALL_DIR=%1 if not (%1) == () shift nmake -f makefile.nt install %1 %2 %3 %4 %5 %6 %7 %8 %9 set INSTALL_DIR= set BUILD_TYPE=