home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CICA 1993 August
/
CICA.cdr
/
unzipped
/
programr
/
tp
/
toolpa
/
tutor.mak
< prev
next >
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
|
1992-04-22
|
253 b
|
18 lines
#
# Tutor - Make File
#
INCLUDE=\tpw\owl
CC=tpcw /m /V
PGM=Tutor
OBJS = $(PGM).pas \
Jtools.pas \
$(PGM).exe: $(OBJS) $(PGM).res
$(CC) $(PGM)
rc -K $(PGM).res $(PGM).exe
$(PGM).res: $(PGM).rc
rc -r -I$(INCLUDE) $(PGM).rc