X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/babc97583e1280ac0992ca8e3dbd7604e2d3963b..0e2ff151afc472efd2814c74add5ad4498709d33:/samples/treelay/makefile.vc diff --git a/samples/treelay/makefile.vc b/samples/treelay/makefile.vc index 4ada748eda..4f552344b1 100644 --- a/samples/treelay/makefile.vc +++ b/samples/treelay/makefile.vc @@ -1,17 +1,10 @@ -# -# File: makefile.vc -# Author: Julian Smart -# Created: 1999 -# Updated: -# Copyright: (c) Julian Smart -# -# Makefile : Builds sample (VC++, WIN32) -# Use FINAL=1 argument to nmake to build final version with no debug info. +# Purpose: makefile for treelay example (VC++ 32bit) +# Created: 2000-03-15 # Set WXDIR for your system WXDIR = $(WXWIN) -PROGRAM=test +PROGRAM=treelay OBJECTS = $(PROGRAM).obj !include $(WXDIR)\src\makeprog.vc