]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/propsize/makefile.g95
Fixed project files for regex.lib, taking the regex C files out of the main wxvc.dsp
[wxWidgets.git] / samples / propsize / makefile.g95
... / ...
CommitLineData
1# Purpose: makefile for propsize example (Cygwin/Mingw32)
2# Created: #03.01.00
3
4WXDIR = ../..
5
6TARGET=propsize
7OBJECTS = $(TARGET).o
8
9include $(WXDIR)/src/makeprog.g95
10