X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cb34a6eeacff2ff63ebca22c27f54a421f726737..a111f2b216a90bacb254644d3cae526eddc9f9f1:/samples/wizard/makefile.dos diff --git a/samples/wizard/makefile.dos b/samples/wizard/makefile.dos index cfbe67b487..ea02a5a746 100644 --- a/samples/wizard/makefile.dos +++ b/samples/wizard/makefile.dos @@ -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 wizard example (VC++ 1.5x) +# Created: 2000-03-15 WXDIR = $(WXWIN) -TARGET=wiztest +TARGET=wizard OBJECTS=$(TARGET).obj !include $(WXDIR)\src\makeprog.msc