]> git.saurik.com Git - wxWidgets.git/blame - contrib/src/plot/makefile.g95
Applied patch [ 573644 ] wxDisplay for Mac (again)
[wxWidgets.git] / contrib / src / plot / makefile.g95
CommitLineData
b9e5acef
JS
1#
2# File: makefile.g95
3# Author: Julian Smart
4# Created: 1999
5# Updated:
6# Copyright: (c) Julian Smart, 1999
7#
8# Makefile for wxWindows Plot library Cygwin/Mingw32).
9
10WXDIR = ../../..
11
12LIBTARGET=$(WXDIR)/lib/libplot.a
13OBJECTS = plot.o
14
15include $(WXDIR)/src/makelib.g95
16