home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / rxgwa1.zip / rxgwa.mak < prev   
Text File  |  1992-09-07  |  284b  |  11 lines

  1. # NMAKE-compatible MAKE file for the REXX sample program RXGWA.DLL.
  2. # This uses the IBM C Set/2 compiler and LINK386.
  3.  
  4. rxgwa.dll:        rxgwa.obj     rxgwa.def
  5.          LINK386 rxgwa.obj,rxgwa.dll,,REXX,rxgwa.def;
  6.  
  7. rxgwa.obj:        rxgwa.c
  8.          icc -c -Ge- rxgwa.c
  9.  
  10.  
  11.