home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / PROGTOOL / PASSDK30.ZIP;1 / DISK1.ZIP / PAS / SUBS / MISC / SMALL.BAT < prev    next >
Encoding:
DOS Batch File  |  1993-02-26  |  341 b   |  21 lines

  1.     @echo off
  2. rem
  3. rem SMALL model build
  4. rem
  5.     if (%1)==(BCC) goto bcc
  6.     if (%1)==(bcc) goto bcc
  7.     nmake S=S M=1
  8.     if ERRORLEVEL,1 goto errors
  9.     goto end
  10.  
  11. :bcc
  12.     make BCC=1 S=s M=1 CINC=%include%
  13.     if ERRORLEVEL,1 goto errors
  14.     goto end
  15.  
  16. :errors
  17.     echo There was an error in this build!
  18.     pause
  19.  
  20. :end
  21.