1998-05-20 14:01:55 +00:00
|
|
|
# WXXT base directory
|
|
|
|
WXBASEDIR=@WXBASEDIR@
|
|
|
|
|
|
|
|
# set the OS type for compilation
|
|
|
|
OS=@OS@
|
|
|
|
# compile a library only
|
|
|
|
RULE=bin
|
|
|
|
|
|
|
|
# define library name
|
1998-08-15 10:47:47 +00:00
|
|
|
BIN_TARGET=printing
|
1998-05-20 14:01:55 +00:00
|
|
|
# define library sources
|
|
|
|
BIN_SRC=\
|
|
|
|
printing.cpp
|
|
|
|
|
|
|
|
#define library objects
|
|
|
|
BIN_OBJ=\
|
|
|
|
printing.o
|
|
|
|
|
|
|
|
# additional things needed to link
|
|
|
|
BIN_LINK=
|
|
|
|
|
|
|
|
# additional things needed to compile
|
|
|
|
ADD_COMPILE=
|
|
|
|
|
|
|
|
# include the definitions now
|
|
|
|
include ../../../template.mak
|