]> git.saurik.com Git - wxWidgets.git/blame - contrib/samples/plot/Makefile.in
added wxUSE_INTL around wxLocale::GetSystemEncoding
[wxWidgets.git] / contrib / samples / plot / Makefile.in
CommitLineData
8556b795
RR
1# Makefile for mmedia sample.
2# $Id$
3
4top_srcdir = @top_srcdir@/..
5top_builddir = ../../..
6program_dir = contrib/samples/plot
7
8PROGRAM=plot
9
10OBJECTS=plot.o
11
12APPEXTRALIBS=$(top_builddir)/lib/libplot.@WX_TARGET_LIBRARY_TYPE@
13APPEXTRADEFS=-I$(top_srcdir)/contrib/include
14
15include $(top_builddir)/src/makeprog.env
16