]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dragimag/makefile.dos
grid/dbgrid was not getting built for inclusion with this project
[wxWidgets.git] / samples / dragimag / makefile.dos
index 983ef2da8b73861660beec345d51900cee9df6c9..271446849ef969ae10d3c6429a443233c8eaa5e7 100644 (file)
@@ -1,16 +1,9 @@
-#
-# File:                makefile.dos
-# Author:      Julian Smart
-# Created:     1998
-# Updated:     
-#
-# Makefile : Builds 16-bit sample, VC++ 1.5
-# Use FINAL=1 argument to nmake to build final version with no debugging
-# info
+# Purpose: makefile for dragimag example (VC++ 1.5x)
+# Created: 2000-03-15
 
 WXDIR = $(WXWIN)
 
-TARGET=test
+TARGET=dragimag
 OBJECTS=$(TARGET).obj
 
 !include $(WXDIR)\src\makeprog.msc