fixed compilation somehow, the code is still broken!
[wxWidgets.git] / samples / proplist / Makefile.in
0 / 15 (  0%)
CommitLineData
1# Purpose: makefile for proplist example (UNIX).
2# Created: 2000-03-15
3
4top_srcdir = @top_srcdir@/..
5top_builddir = ../..
6program_dir = samples/proplist
7
8PROGRAM=proplist
9
10OBJECTS =$(PROGRAM).o
11DEPFILES=$(PROGRAM).d
12
13include ../../src/makeprog.env
14
15-include $(DEPFILES)