windows-nt/Source/XPSP1/NT/base/fs/rdr2/csc/bld97.bat

11 lines
156 B
Batchfile
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
@echo off
if "%1"=="" goto plain
goto args
:plain
nmake -f makefile.w97 >bld97.err
goto done
:args
nmake -f makefile.w97 %1 >bld97.err
:done
type bld97.err