]> git.saurik.com Git - wxWidgets.git/blame - utils/wxrc/Makefile.in
added wx/platform.h to the list of files and regenerated the makefiles
[wxWidgets.git] / 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
999d9a9f 12APPEXTRALIBS=$(top_builddir)/lib/libwxxrc.@WX_TARGET_LIBRARY_TYPE@
56d2f750
VS
13APPEXTRADEFS=-I$(top_srcdir)/contrib/include
14
15include $(top_builddir)/src/makeprog.env
16