WindowsXP/base/fs/rdr2/csc/bld97.bat
2025-04-27 07:49:33 -04:00

11 lines
166 B
Batchfile

@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