X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/68be9f090f422450d333385cf62c9b4d350674be..790ba06b28f232abc42c4ed784df4b86bfbfe5e6:/samples/dragimag/makefile.vc diff --git a/samples/dragimag/makefile.vc b/samples/dragimag/makefile.vc index 4ada748eda..9352089a18 100644 --- a/samples/dragimag/makefile.vc +++ b/samples/dragimag/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 dragimag example (VC++ 32bit) +# Created: 2000-03-15 # Set WXDIR for your system WXDIR = $(WXWIN) -PROGRAM=test +PROGRAM=dragimag OBJECTS = $(PROGRAM).obj !include $(WXDIR)\src\makeprog.vc