home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
VSCPPv8.zip
/
VACPP
/
IBMCPP
/
samples
/
TOOLKIT
/
CREXX
/
REXXUTIL
/
REXXUTIL.MAK
< prev
Wrap
Text File
|
1995-03-21
|
260b
|
10 lines
# NMAKE-compatible MAKE file for the REXX sample program REXXUTIL.DLL.
rexxutil.dll: rexxutil.obj rexxutil.def
ILINK /NOFREE rexxutil.obj,rexxutil.dll,,REXX,rexxutil.def;
rexxutil.obj: rexxutil.c
icc -c -Ge- rexxutil.c