]> git.saurik.com Git - wxWidgets.git/blame - contrib/utils/convertrc/Makefile.in
fixed animate in Unicode mode and removed use of deprecated methods
[wxWidgets.git] / contrib / utils / convertrc / Makefile.in
CommitLineData
2193517f
VS
1# $Id$
2
3top_srcdir = @top_srcdir@/..
4top_builddir = ../../..
5program_dir = contrib/utils/convertrc
6
7PROGRAM=convert
8
7c9955d1
JS
9APPEXTRALIBS=$(top_builddir)/lib/lib@WX_LIBRARY_BASENAME@_wxdeprecated-@WX_RELEASE@.@WX_TARGET_LIBRARY_TYPE@
10APPEXTRADEFS=-I$(top_srcdir)/contrib/include
11
2193517f
VS
12OBJECTS=convert.o rc2xml.o rc2wxr.o wxr2xml.o
13
14include $(top_builddir)/src/makeprog.env