]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/treectrl/makefile.g95
Replaced WXGTK13 with WXGTK20
[wxWidgets.git] / samples / treectrl / makefile.g95
index b6e6ff10af75c66c99252497f91021a1d07de648..dac77c45d0de29493ee404d2d26b9375d0dee0f0 100644 (file)
@@ -1,15 +1,9 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
+# Purpose: makefile for treectrl example (Cygwin/Mingw32)
+# Created: #03.01.00
 
 WXDIR = ../..
 
-TARGET=treetest
+TARGET=treectrl
 OBJECTS = $(TARGET).o
 
 include $(WXDIR)/src/makeprog.g95