1998-12-04 02:43:56 -05:00
|
|
|
# WXXT base directory
|
|
|
|
WXBASEDIR=@WXBASEDIR@
|
|
|
|
|
|
|
|
# set the OS type for compilation
|
|
|
|
OS=@OS@
|
|
|
|
# compile a library only
|
|
|
|
RULE=bin
|
|
|
|
|
|
|
|
# define library name
|
1998-12-13 06:27:27 -05:00
|
|
|
BIN_TARGET=minifram
|
1998-12-04 02:43:56 -05:00
|
|
|
# define library sources
|
|
|
|
BIN_SRC=\
|
|
|
|
test.cpp
|
|
|
|
|
|
|
|
#define library objects
|
|
|
|
BIN_OBJ=\
|
|
|
|
test.o
|
|
|
|
|
|
|
|
# additional things needed to link
|
|
|
|
BIN_LINK=
|
|
|
|
|
|
|
|
# additional things needed to compile
|
|
|
|
ADD_COMPILE=
|
|
|
|
|
|
|
|
# include the definitions now
|
1998-12-15 08:19:14 -05:00
|
|
|
include ../../../template.mak
|