4 # set the OS type for compilation
6 # compile a library only
11 # define library sources
12 BIN_SRC=dialoged.cpp dlghndlr.cpp edlist.cpp edtree.cpp \
13 reseditr.cpp reswrite.cpp symbtabl.cpp winprop.cpp winstyle.cpp
15 #define library objects
16 BIN_OBJ=dialoged.o dlghndlr.o edlist.o edtree.o \
17 reseditr.o reswrite.o symbtabl.o winprop.o winstyle.o
19 # additional things needed to link
23 # additional things needed to compile
27 # include the definitions now
28 include ../../../../template.mak