BIN_TARGET=fl_demo
# define library sources
-BIN_CPP_SRC=\
- fl_demo.cpp\
+BIN_CPP_SRC= \
+ fl_demo.cpp \
+ settingsdlg.cpp \
+ wxinfo.cpp
#define library objects
BIN_OBJ=\
BIN_LINK=-lwx_fl_gtk
# additional things needed to compile
-ADD_COMPILE=-I../../../src
+ADD_COMPILE=-I../../../src -I../../bitmaps
# include the definitions now
include ../../../../../template.mak