minimal now works in Unicode mode
[wxWidgets.git] / utils / framelayout / samples / demo / Makefile.in
0 / 29 (  0%)
CommitLineData
1# WXXT base directory
2WXBASEDIR=@WXBASEDIR@
3
4# set the OS type for compilation
5OS=@OS@
6# compile a binary only
7RULE=bin
8
9# define executable name
10BIN_TARGET=fl_demo
11
12# define library sources
13BIN_CPP_SRC= \
14 fl_demo.cpp \
15 settingsdlg.cpp \
16 wxinfo.cpp
17
18#define library objects
19BIN_OBJ=\
20 $(BIN_CPP_SRC:.cpp=.o)
21
22# additional things needed to link
23BIN_LINK=-lwx_fl_gtk
24
25# additional things needed to compile
26ADD_COMPILE=-I../../../src -I../../bitmaps
27
28# include the definitions now
29include ../../../../../template.mak