]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/typetest/makefile.dos
Do archive name case conversion for wxMac and wxMotif
[wxWidgets.git] / samples / typetest / makefile.dos
index 837e509b02a6e310113f8e90919b6331c825f7f3..90f8cb5003a2f512f2efd1da243fb8fb290ade7c 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 typetest example (VC++ 1.5x)
+# Created: 2000-03-14
 
 WXDIR = $(WXWIN)
 
 TARGET=typetest
-OBJECTS = $(TARGET).obj
+OBJECTS=$(TARGET).obj
 
 !include $(WXDIR)\src\makeprog.msc