2193517f1b
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8427 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
12 lines
205 B
Makefile
12 lines
205 B
Makefile
# $Id$
|
|
|
|
top_srcdir = @top_srcdir@/..
|
|
top_builddir = ../../..
|
|
program_dir = contrib/utils/convertrc
|
|
|
|
PROGRAM=convert
|
|
|
|
OBJECTS=convert.o rc2xml.o rc2wxr.o wxr2xml.o
|
|
|
|
include $(top_builddir)/src/makeprog.env
|