home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / rxgd101.zip / MM.CMD < prev    next >
OS/2 REXX Batch file  |  1995-09-19  |  202b  |  11 lines

  1. Rem - This .CMD file will create the LIBRARY and the DLL file for
  2. Rem - RXGDUTIL.DLL
  3.  
  4. Rem - Build the Library first
  5. nmake -f gd.mak
  6. call gdlib.cmd
  7.  
  8.  
  9. Rem - Build the DLL
  10. nmake -f rxgdutil.mak
  11.