X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cb34a6eeacff2ff63ebca22c27f54a421f726737..6853365e97d65e7d8c15e523ac13b8600b1a78ad:/samples/wizard/makefile.vc?ds=sidebyside diff --git a/samples/wizard/makefile.vc b/samples/wizard/makefile.vc index 42445bdbb4..0476d7c589 100644 --- a/samples/wizard/makefile.vc +++ b/samples/wizard/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 wizard example (VC++ 32bit) +# Created: 2000-03-15 # Set WXDIR for your system WXDIR = $(WXWIN) -PROGRAM=wiztest +PROGRAM=wizard OBJECTS = $(PROGRAM).obj !include $(WXDIR)\src\makeprog.vc