]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/event/makefile.dos
wxFileSelector should have file name only, not path, passed to 3rd arg
[wxWidgets.git] / samples / event / makefile.dos
... / ...
CommitLineData
1# Purpose: makefile for event example (VC++ 1.5x)
2# Created: 2001-01-31
3
4WXDIR = $(WXWIN)
5
6TARGET=event
7OBJECTS=$(TARGET).obj
8
9!include $(WXDIR)\src\makeprog.msc
10