home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Stars of Shareware: Programmierung
/
SOURCE.mdf
/
programm
/
msdos
/
c
/
bc_pas_1
/
tiny.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1992-10-27
|
194 b
|
14 lines
@echo off
rem
rem TINY model build
rem
if (%1)==(BCC) goto bcc
if (%1)==(bcc) goto bcc
nmake S=T M=0
goto end
:bcc
make BCC=1 S=t M=0 CINC=%include%
:end