mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
265 B
13 lines
265 B
@echo off
|
|
|
|
setlocal
|
|
|
|
set SLMROOT=c:\delta
|
|
set NTTOOLSROOT=c:\nttools
|
|
|
|
set INCLUDE=%INCLUDE%;%SLMROOT%;%SLMROOT%\BUILD\INCLUDE
|
|
|
|
echotime Make started on /t
|
|
copy %SLMROOT%\BUILD\PHARLAP bin
|
|
nmake -f makefile.dos %1 %2 %3 %4 %5 %6 %7 %8 %9
|
|
echotime ; Make ended on /t
|