]> git.saurik.com Git - wxWidgets.git/blame - samples/forty/Makefile.in
catches program exceptions in release build (VC++ only)
[wxWidgets.git] / samples / forty / Makefile.in
CommitLineData
63cafd27
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=forty
11# define library sources
12BIN_SRC=\
13canvas.cpp \
14card.cpp \
15forty.cpp \
16game.cpp \
17pile.cpp \
18playerdg.cpp \
19scoredg.cpp \
20scorefil.cpp
21
22#define library objects
23BIN_OBJ=\
24canvas.o \
25card.o \
26forty.o \
27game.o \
28pile.o \
29playerdg.o \
30scoredg.o \
31scorefil.o
32
33# additional things needed to link
34BIN_LINK=
35
36# additional things needed to compile
37ADD_COMPILE=
38
39# include the definitions now
40include ../../../template.mak