Mercurial > emacs
view nt/install.bat @ 17403:5c3cd24dd8ee libc-970412 libc-970413 libc-970414 libc-970415 libc-970416 libc-970417 release-1-0
Recognize OpenBSD systems correctly (from Niklas Hallqvist
<niklas@appli.se>)
author | Ian Lance Taylor <ian@cygnus.com> |
---|---|
date | Fri, 11 Apr 1997 20:40:28 +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=