]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/toolbar/makefile.dos
Fixed copyrights and licence spelling
[wxWidgets.git] / samples / toolbar / makefile.dos
index 13e3a4ce8eeef60898c11fc6c1f1a9e8f12374bd..bb6f8d0c488ef32bfb0f8e42d0ef485cd14c7911 100644 (file)
@@ -1,17 +1,10 @@
-#
-# 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 toolbar example (VC++ 1.5x)
+# Created: 2000-03-14
 
 WXDIR = $(WXWIN)
 
-TARGET=test
-OBJECTS = $(TARGET).obj
+TARGET=toolbar
+OBJECTS=$(TARGET).obj
 
 !include $(WXDIR)\src\makeprog.msc