home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / warptlk3.zip / TOOLKIT / SAMPLES / REXX / API / RXMACDLL / RXNLSINF.MAK < prev   
Text File  |  1995-08-24  |  295b  |  9 lines

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