home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / devtools / os2tk21j / rexx / samples / devinfo / devinfo.ma_ / devinfo.mak
Encoding:
Text File  |  1993-03-12  |  265 b   |  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.