tried to clean strdup() mess: we now have wxStrdup[AW] which should be always available
[wxWidgets.git] / samples / propsize / Makefile.in
0 / 15 (  0%)
CommitLineData
1# Purpose: makefile for propsize example (UNIX).
2# Created: 2000-03-14
3
4top_srcdir = @top_srcdir@/..
5top_builddir = ../..
6program_dir = samples/propsize
7
8PROGRAM=propsize
9
10OBJECTS =$(PROGRAM).o
11DEPFILES=$(PROGRAM).d
12
13include ../../src/makeprog.env
14
15@IF_GNU_MAKE@-include $(DEPFILES)