]> git.saurik.com Git - wxWidgets.git/blame - samples/bombs/Makefile.in
Renamed .nt makefiles to .vc and factored them out; made DND sample compile
[wxWidgets.git] / samples / bombs / Makefile.in
CommitLineData
025e88c5
JS
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=bombs
11# define library sources
12BIN_SRC=\
13bombs.cpp bombs1.cpp game.cpp
14
15#define library objects
16BIN_OBJ=\
17bombs.o bombs1.o game.o
18
19# additional things needed to link
20BIN_LINK=
21
22# additional things needed to compile
23ADD_COMPILE=
24
25# include the definitions now
26include ../../../template.mak