home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April (Special)
/
Chip-Special_1997-04_cd.bin
/
canon
/
bj364
/
bj364d1.exe
/
BJL.BIN
/
SOURCE.ZIP
/
MK.BAT
< prev
next >
Wrap
DOS Batch File
|
1996-04-15
|
339b
|
14 lines
@echo off
echo This batch file will build the BJ Setup Program for
echo the Microsoft C 7.0 compiler. by Jackie
echo Compiler = M7, model = L, type = REGULAR, nearsegs = TRUE, c++ = FALSE
del err
del bjl.exe
del bjsetup.exe
nmake m.mk>err
del *.bak
del *.obj
copy bjsetup.exe bjl.exe
edit err