home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 5
/
DATAFILE_PDCD5.iso
/
utilities
/
v
/
vista
/
!hyperview
/
Makefile
< prev
next >
Wrap
Makefile
|
1995-11-17
|
1KB
|
41 lines
#!hyperview
#
# Makefile generated by Easy C version 1.53/2.33 (17 Nov 1995)
# on Fri Nov 17 15:19:43 1995
#
# This makefile builds the following files:
# c.hyperview
# c.viewer
CFLAGS = -note -desk -nodeb -ob -w=6 -in -noth -nolis -la=C++ -exc -st=A -op=p,f -nop -er=20 -ti=5 -nolin -norun
LDFLAGS = -i -des -noth -nodeb -ti=5 -b=&8000 -nom -l=c++lib,iostream,Vista
# The executable image produced is hyperview
OBJS = o.hyperview o.viewer
image : $(OBJS)
$(LINK) $(OBJS) $(LDFLAGS) $(TASK) -desk
library : $(OBJS)
$(AR) u hyperview $(OBJS)
# Header file dependencies:
o.viewer : h.viewer h.hyperview Vista:h.wins Vista:h.datasave Vista:h.tools
o.viewer : Vista:h.channel Vista:h.objects Vista:h.menu Vista:h.icon Vista:h.window
o.viewer : Vista:h.template Vista:h.msgtrans Vista:h.tasm Vista:h.thread Vista:h.delete
o.viewer : Vista:h.task Vista:h.vista
o.hyperview : h.viewer h.hyperview Vista:h.wins Vista:h.datasave Vista:h.tools
o.hyperview : Vista:h.channel Vista:h.objects Vista:h.menu Vista:h.icon Vista:h.window
o.hyperview : Vista:h.template Vista:h.msgtrans Vista:h.tasm Vista:h.thread Vista:h.delete
o.hyperview : Vista:h.task Vista:h.vista
#
# End of generated makefile, add other dependencies here
#