home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / BBS / MISC / XSRC_117.ZIP / MAKEINTP.BAT < prev    next >
Encoding:
DOS Batch File  |  1990-11-15  |  478 b   |  13 lines

  1. if NOT "%1" == "" goto WithDef
  2. tcc -N -v- -K -B -c -a- -f- -ml -O -p- -r -w -1- -d -L\c\lib -I\c\inc -n\c\xbbs\86 interpx
  3. goto Do2
  4. :WithDef
  5. tcc -D%2 -N -v- -K -B -c -a- -f- -ml -O -p- -r -w -1- -d -L\c\lib -I\c\inc -n\c\xbbs\86 interpx
  6. goto WithDef2
  7. :Do2
  8. tcc -N -v- -B -K -c -a- -f- -ml -O -p- -r -w -1 -d -L\c\lib -I\c\inc -n\c\xbbs\286 interpx
  9. goto End
  10. :WithDef2
  11. tcc -D%2 -N -v- -K -B -c -a- -f- -ml -O -p- -r -w -1 -d -L\c\lib -I\c\inc -n\c\xbbs\286 interpx
  12. :End
  13.