]> git.saurik.com Git - wxWidgets.git/blame - samples/caret/Makefile.in
Implemented Reparent() and added test for it to minifram sample.
[wxWidgets.git] / samples / caret / Makefile.in
CommitLineData
0290598f
VZ
1# WXXT base directory
2WXBASEDIR=@WXBASEDIR@
3
4# set the OS type for compilation
5OS=@OS@
6# compile a library only
7RULE=bin
8
9# define library name
10BIN_TARGET=caret
11# define library sources
12BIN_SRC=caret.cpp
13
14#define library objects
15BIN_OBJ=caret.o
16
17# additional things needed to link
18BIN_LINK=
19
20# additional things needed to compile
21ADD_COMPILE=
22
23# include the definitions now
24include ../../../template.mak