home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Developer Connection…ice Driver Kit for OS/2 3
/
DEV3-D1.ISO
/
devtools
/
os2tk21j
/
rexx
/
samples
/
rexxutil
/
rexxutil.ma_
/
rexxutil.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
|
304 bÂ
|
11 lines
# NMAKE-compatible MAKE file for the REXX sample program REXXUTIL.DLL.
# This uses the IBM C Set/2 compiler and LINK386.
rexxutil.dll: rexxutil.obj rexxutil.def
LINK386 rexxutil.obj,rexxutil.dll,,REXX,rexxutil.def;
rexxutil.obj: rexxutil.c
icc -c -Ge- rexxutil.c