]> git.saurik.com Git - wxWidgets.git/blame - samples/oleauto/makefile.g95
dropped in new wxMatrix (from wxCanvas)
[wxWidgets.git] / samples / oleauto / makefile.g95
CommitLineData
8d7dafc9 1#
8e0080ee
JS
2# File: makefile.g95
3# Author: Julian Smart
4# Created: 1999
5# Updated:
6# Copyright: (c) Julian Smart, 1999
8d7dafc9 7#
8e0080ee 8# Makefile for wxWindows sample (Cygwin/Mingw32).
8d7dafc9
JS
9
10WXDIR = ../..
11
8e0080ee
JS
12TARGET=oleauto
13OBJECTS = $(TARGET).o
8d7dafc9 14
8e0080ee 15include $(WXDIR)/src/makeprog.g95
8d7dafc9 16