home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 18 REXX
/
18-REXX.zip
/
RXCALC.ZIP
/
REXXCAL3.MAK
< prev
next >
Wrap
Text File
|
1992-02-17
|
655b
|
17 lines
#####################################################################
# #
# rexxcal3 - a simple pocket calculator #
# #
#####################################################################
rexxcal3.exe: rexxcal3.obj rexxcal3.res rexxcal3.def
link386 rexxcal3,rexxcal3,nul,rexx,rexxcal3
rc rexxcal3.res rexxcal3.exe
rexxcal3.obj: rexxcal3.h rexxcal3.c
icc /Ge+ /Gs- /J+ /Q+ /Kg+ /Ko+ /W3 /G3 /O+ /C+ rexxcal3.c
rexxcal3.res: rexxcal3.h rexxcal3.rc
rc -r rexxcal3.rc