home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / VSCPPv8.zip / VACPP / IBMCPP / samples / TOOLKIT / CREXX / REXXUTIL / REXXUTIL.MAK < prev   
Text File  |  1995-03-21  |  260b  |  10 lines

  1. # NMAKE-compatible MAKE file for the REXX sample program REXXUTIL.DLL.
  2.  
  3. rexxutil.dll:     rexxutil.obj  rexxutil.def
  4.          ILINK /NOFREE rexxutil.obj,rexxutil.dll,,REXX,rexxutil.def;
  5.  
  6. rexxutil.obj:     rexxutil.c
  7.          icc -c -Ge- rexxutil.c
  8.  
  9.  
  10.