home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR24 / STARTD3.ZIP / BUILDB.CMD next >
OS/2 REXX Batch file  |  1993-11-17  |  141b  |  3 lines

  1. @REM *** Build bound EXE with EMX compiler (EXE requires EMX DLL's to run) ***
  2. gcc -O -W -m486 -Zmtd startd.c startd.def -o startd.exe -s
  3.