view nt/install.bat @ 19702:e59ec4e58fce

makefile.nt (TLIB0, TOBJ, OBJ0): New macro. (LINK_FLAGS): Separate debugging info from the executable. (LIBS): Include TLIB0. (TEMACS): Link with TLIB0. (EMACS): Copy temacs map file to emacs map file. Update file dependencies.
author Geoff Voelker <voelker@cs.washington.edu>
date Wed, 03 Sep 1997 00:41:32 +0000
parents afc59ce2842a
children cc0d47241404
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
nmake -f makefile.nt install
set INSTALL_DIR=
set BUILD_TYPE=