]> git.saurik.com Git - wxWidgets.git/blame - samples/minifram/Makefile.in
Ignore failure when deleting something that might not exist
[wxWidgets.git] / samples / minifram / Makefile.in
CommitLineData
b2b3ccc5
RR
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
bbf73190 10BIN_TARGET=minifram
b2b3ccc5
RR
11# define library sources
12BIN_SRC=\
13test.cpp
14
15#define library objects
16BIN_OBJ=\
17test.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
bc5f9710 26include ../../../template.mak