X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6d94998fcbdb3ce60774e38c0d4b6ee20c6798..33b494d643e42a2e2963987cbc3637f4593ea43a:/samples/typetest/makefile.dos diff --git a/samples/typetest/makefile.dos b/samples/typetest/makefile.dos index 837e509b02..90f8cb5003 100644 --- a/samples/typetest/makefile.dos +++ b/samples/typetest/makefile.dos @@ -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