]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/treectrl/makefile.g95
no, we shouldn't inconditionally add the separator at the end even if wxPATH_GET_SEPA...
[wxWidgets.git] / samples / treectrl / makefile.g95
... / ...
CommitLineData
1# Purpose: makefile for treectrl example (Cygwin/Mingw32)
2# Created: #03.01.00
3
4WXDIR = ../..
5
6TARGET=treetest
7OBJECTS = $(TARGET).o
8
9include $(WXDIR)/src/makeprog.g95
10