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