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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-03-12
|
265 bÂ
|
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