4 # set the OS type for compilation
6 # compile a binary only
9 # define exexutable name
11 # define binary sources
24 #define binary objects
26 $(BIN_CPP_SRC:.cpp=.o)
28 # additional things needed to link
31 # additional things needed to compile
32 ADD_COMPILE=-I$(WXBASEDIR)/utils/ogl/src -I../bitmaps
34 # include the definitions now
35 include ../../../../../template.mak