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

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