home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
VSCPPv8.zip
/
VACPP
/
IBMCPP
/
samples
/
TOOLKIT
/
CREXX
/
REXXCALC
/
REXXCAL3.MAK
< prev
next >
Wrap
Text File
|
1995-03-21
|
402b
|
15 lines
# NMAKE-compatible MAKE file for the REXX sample program REXXCAL3.EXE.
all: rexxcal3.exe rexxcal3.res
rexxcal3.obj: rexxcal3.h rexxcal3.c
icc /c /o rexxcal3.c
rexxcal3.res: rexxcal3.h rexxcal3.rc
rc -r rexxcal3.rc
rexxcal3.exe: rexxcal3.obj rexxcal3.res rexxcal3.def
ilink /nofree rexxcal3,rexxcal3,nul,rexx,rexxcal3.def
rc rexxcal3.res rexxcal3.exe