]> git.saurik.com Git - wxWidgets.git/blame - samples/docvwmdi/makefile.g95
Various makefile corrections,
[wxWidgets.git] / samples / docvwmdi / makefile.g95
CommitLineData
2108f33a 1#
8e0080ee
JS
2# File: makefile.g95
3# Author: Julian Smart
4# Created: 1999
5# Updated:
6# Copyright: (c) Julian Smart, 1999
2108f33a 7#
8e0080ee 8# Makefile for wxWindows sample (Cygwin/Mingw32).
2108f33a
JS
9
10WXDIR = ../..
11
8e0080ee
JS
12TARGET=docview
13OBJECTS = $(TARGET).o view.o doc.o
2108f33a 14
8e0080ee 15include $(WXDIR)/src/makeprog.g95
2108f33a 16