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