X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc6bbc6dad24c086af8ed1caea39dc3d4482eb95..83448d71476c44b449f09395cda06fa72b19a50e:/samples/toolbar/makefile.dos diff --git a/samples/toolbar/makefile.dos b/samples/toolbar/makefile.dos index c98a1b1f01..bb6f8d0c48 100644 --- a/samples/toolbar/makefile.dos +++ b/samples/toolbar/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 toolbar example (VC++ 1.5x) +# Created: 2000-03-14 WXDIR = $(WXWIN) TARGET=toolbar -OBJECTS = $(TARGET).obj +OBJECTS=$(TARGET).obj !include $(WXDIR)\src\makeprog.msc