home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / msdos / c / bc_pas_1 / tiny.bat < prev    next >
Encoding:
DOS Batch File  |  1992-10-27  |  194 b   |  14 lines

  1.     @echo off
  2. rem
  3. rem TINY  model build
  4. rem
  5.     if (%1)==(BCC) goto bcc
  6.     if (%1)==(bcc) goto bcc
  7.     nmake S=T M=0
  8.     goto end
  9.  
  10. :bcc
  11.     make BCC=1 S=t M=0 CINC=%include%
  12.  
  13. :end
  14.