home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / gofer230.zip / Progs / Gofer / MakeExe.cmd < prev    next >
OS/2 REXX Batch file  |  1995-10-26  |  168b  |  7 lines

  1. @echo off
  2. set GOFER=\Progs\Gofer\Lib\standard.prelude
  3. \Progs\Gofer\Lib\Gofc %1.gs
  4. gcc -O %1.c \Progs\Gofer\Lib\runtime.o -o %1.exe -lm
  5. del %1.c
  6. emxbind -s %1.exe
  7.