Readded wxPlotWindow as external lib.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9107 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
16
contrib/samples/plot/Makefile.in
Normal file
16
contrib/samples/plot/Makefile.in
Normal file
@@ -0,0 +1,16 @@
|
||||
# Makefile for mmedia sample.
|
||||
# $Id$
|
||||
|
||||
top_srcdir = @top_srcdir@/..
|
||||
top_builddir = ../../..
|
||||
program_dir = contrib/samples/plot
|
||||
|
||||
PROGRAM=plot
|
||||
|
||||
OBJECTS=plot.o
|
||||
|
||||
APPEXTRALIBS=$(top_builddir)/lib/libplot.@WX_TARGET_LIBRARY_TYPE@
|
||||
APPEXTRADEFS=-I$(top_srcdir)/contrib/include
|
||||
|
||||
include $(top_builddir)/src/makeprog.env
|
||||
|
Reference in New Issue
Block a user