home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The C Users' Group Library 1994 August
/
wc-cdrom-cusersgrouplibrary-1994-08.iso
/
vol_300
/
330_02
/
minres.tc
< prev
next >
Wrap
Text File
|
1990-10-12
|
462b
|
22 lines
#
# --- Version 2.2 90-10-12 16:24 ---
#
# CTask sample applications Make-File for Borland's make.
# Application: MINRES.ASM
#
# "model" is the memory model letter to use (all except Tiny & Huge).
#
!if !$d(model)
model=l
!endif
ctlib=ctasktc
.asm.obj:
tasm /JMASM51 /w /w-pdc /mx $*.asm
minres.exe: minres.obj $(ctlib).lib ctsuptc$(model).lib
tlink /m minres,,,$(ctlib) ctsuptc$(model)
minres.obj: minres.asm tsk.mac