]> git.saurik.com Git - wxWidgets.git/blame - utils/ogl/samples/ogledit/Makefile.in
Modified makefile.unx to include bitmaps dir. Added missing folder.xpm
[wxWidgets.git] / utils / ogl / samples / ogledit / Makefile.in
CommitLineData
dbda9e86
JS
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 exexutable name
10BIN_TARGET=ogledit
11# define library sources
12BIN_SRC=\
13 ogledit.cpp\
14 doc.cpp\
15 view.cpp\
16 palette.cpp
17
18#define library objects
19BIN_OBJ=\
20 $(BIN_CPP_SRC:.cpp=.o)
21
22# additional things needed to link
23BIN_LINK=-lwx_ogl_gtk
24
25# additional things needed to compile
26ADD_COMPILE=-I../../src
27
28# include the definitions now
29include ../../../../../template.mak