]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/treectrl/makefile.vc
Workaround for Ctrl-A giving a keycode of 1 in EVT_KEY_DOWN on wxGTK
[wxWidgets.git] / samples / treectrl / makefile.vc
index e784412750336093b07cb1c1d5dc99b7ccbb150d..9617fc40257ebe60e89704834f60b198a0c8d526 100644 (file)
@@ -1,17 +1,10 @@
-#
-# File:                makefile.vc
-# Author:      Julian Smart
-# Created:     1999
-# Updated:     
-# Copyright:   (c) Julian Smart
-#
-# Makefile : Builds sample (VC++, WIN32)
-# Use FINAL=1 argument to nmake to build final version with no debug info.
+# Purpose: makefile for treectrl example (VC++ 32bit)
+# Created: 2000-03-15
 
 # Set WXDIR for your system
 WXDIR = $(WXWIN)
 
-PROGRAM=treetest
+PROGRAM=treectrl
 OBJECTS = $(PROGRAM).obj
 
 !include $(WXDIR)\src\makeprog.vc