]> git.saurik.com Git - wxWidgets.git/blame - samples/docvwmdi/makefile.unx
GetItem() doesn't ignore column number any more
[wxWidgets.git] / samples / docvwmdi / makefile.unx
CommitLineData
2108f33a
JS
1#
2# File: makefile.unx
3# Author: Julian Smart
b412f9be 4# Created: 1998
2108f33a 5# Updated:
b412f9be 6# Copyright: (c) 1998 Julian Smart
2108f33a
JS
7#
8# "%W% %G%"
9#
b412f9be 10# Makefile for docvwmdi example (UNIX).
2108f33a 11
b412f9be 12PROGRAM=docview
2108f33a 13
b412f9be 14OBJECTS=$(PROGRAM).o doc.o view.o
2108f33a 15
b412f9be 16include ../../src/makeprog.env