home *** CD-ROM | disk | FTP | other *** search
/ Mega CD-ROM 1 / megacd_rom_1.zip / megacd_rom_1 / MAGAZINE / MSJOURNA / MSJV6_4.ZIP / WINSTDIO.ZIP / BOR_MK.BAT next >
DOS Batch File  |  1991-07-01  |  203b  |  7 lines

  1. @echo off
  2. rem WINIO make for Borland C++
  3. rem bcc -WS -G -O -Z -c -w-par -Hu winio.c
  4. rem bcc -WS -G -O -Z -c -Hu wmhandlr.c
  5. bcc -WS -G -O -Z -Hu %2 %3 %1.c winio.obj wmhandlr.obj
  6. rc winio.rc %1.exe
  7.