X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dbda9e86f0e5ec1184bc16d135bb7205bc99236e..df055cbbdc988141dc9687c98eb3889f332d03c0:/samples/splitter/makefile.dos diff --git a/samples/splitter/makefile.dos b/samples/splitter/makefile.dos index 13e3a4ce8e..f891ef1aee 100644 --- a/samples/splitter/makefile.dos +++ b/samples/splitter/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 splitter example (VC++ 1.5x) +# Created: 2000-03-15 WXDIR = $(WXWIN) -TARGET=test -OBJECTS = $(TARGET).obj +TARGET=splitter +OBJECTS=$(TARGET).obj !include $(WXDIR)\src\makeprog.msc