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

  1. # NMAKE-compatible MAKE file for the REXX sample program DEVINFO.DLL.
  2. # This uses the IBM C Set/2 compiler and LINK386.
  3.  
  4. devinfo.dll: devinfo.def devinfo.obj
  5.   link386 devinfo.obj,devinfo.dll,,REXX,devinfo.def
  6.  
  7. devinfo.obj:
  8.   ICC -C -Ge-  DEVINFO.C
  9.  
  10.  
  11.  
  12.  
  13.