]> git.saurik.com Git - wxWidgets.git/blame - contrib/utils/wxrc/Makefile.in
added minsize variable for sizers and sizeritems
[wxWidgets.git] / contrib / utils / wxrc / Makefile.in
CommitLineData
56d2f750
VS
1# $Id$
2
3top_srcdir = @top_srcdir@/..
4top_builddir = ../../..
5program_dir = contrib/utils/wxrc
6
7PROGRAM=wxrc
8
9OBJECTS=wxrc.o
10
11
d44523b1 12APPEXTRALIBS=-lwxxml
56d2f750
VS
13APPEXTRADEFS=-I$(top_srcdir)/contrib/include
14
15include $(top_builddir)/src/makeprog.env
16