home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Zodiac Super OZ
/
MEDIADEPOT.ISO
/
FILES
/
13
/
PCL4W13.ZIP
/
SELFTEST._W_
< prev
next >
Wrap
Text File
|
1996-07-14
|
759b
|
35 lines
#
# Watcom makefile for SELFTEST
#
# TO MAKE: wmake -f selftest._W_
#
FLAGS = -c -oaxt -d2 -w4 -zW
OBJS = selftest.obj about.obj line.obj paint.obj sioerror.obj runtest.obj
selftest.exe: $(OBJS) selftest.res selftest.def pcl4w.lib
wlink @selftest.lnk
wrc selftest.res
selftest.res: $(OBJS) selftest.rc
wrc -r selftest.rc
about.obj: about.c about.h
wcl $(FLAGS) about.c
selftest.obj: selftest.c selftest.h pcl4w.h
wcl $(FLAGS) selftest.c
sioerror.obj: sioerror.c sioerror.h pcl4w.h
wcl $(FLAGS) sioerror.c
paint.obj: paint.c paint.h pcl4w.h
wcl $(FLAGS) paint.c
line.obj: line.c line.h pcl4w.h
wcl $(FLAGS) line.c
runtest.obj: runtest.c runtest.h pcl4w.h
wcl $(FLAGS) runtest.c