X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/babc97583e1280ac0992ca8e3dbd7604e2d3963b..1540e053dd87095c23c1d9a42db4f395621af240:/samples/treelay/makefile.dos?ds=sidebyside diff --git a/samples/treelay/makefile.dos b/samples/treelay/makefile.dos index 983ef2da8b..79cebff0ad 100644 --- a/samples/treelay/makefile.dos +++ b/samples/treelay/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 treelay example (VC++ 1.5x) +# Created: 2000-03-15 WXDIR = $(WXWIN) -TARGET=test +TARGET=treelay OBJECTS=$(TARGET).obj !include $(WXDIR)\src\makeprog.msc