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
Wrap
Text File
|
1995-08-24
|
265b
|
13 lines
# NMAKE-compatible MAKE file for the REXX sample program DEVINFO.DLL.
# This uses the IBM C Set/2 compiler and LINK386.
devinfo.dll: devinfo.def devinfo.obj
link386 devinfo.obj,devinfo.dll,,REXX,devinfo.def
devinfo.obj:
ICC -C -Ge- DEVINFO.C