home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Developer Connection…ice Driver Kit for OS/2 3
/
DEV3-D1.ISO
/
devtools
/
toolkt21
/
rexx
/
samples
/
callrexx
/
callrexx.mak
< prev
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
|
269 bÂ
|
10 lines
# NMAKE-compatible MAKE file for the REXX sample program CALLREXX.EXE.
# This uses the IBM C Set/2 compiler and LINK386.
callrexx.exe: callrexx.obj
LINK386 /PM:VIO callrexx.obj,callrexx.exe,,REXX,,
callrexx.obj: callrexx.c
icc -c callrexx.c