X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/68be9f090f422450d333385cf62c9b4d350674be..c687b303a5040da07009ea93504121aeec56682a:/samples/dragimag/makefile.sl diff --git a/samples/dragimag/makefile.sl b/samples/dragimag/makefile.sl index c604d39654..45beba2c35 100644 --- a/samples/dragimag/makefile.sl +++ b/samples/dragimag/makefile.sl @@ -1,11 +1,7 @@ -# -# File: makefile.sl -# Author: Julian Smart -# Created: 1998 -# -# Makefile : Builds a wxWindows sample for Salford C++, WIN32 +# Purpose: makefile for dragimag example (Salford C++) +# Created: 2000-03-15 -PROGRAM = test +PROGRAM = dragimag OBJECTS = $(PROGRAM).obj include ..\..\src\makeprog.sl @@ -14,5 +10,5 @@ all: wx $(TARGET) wx: cd $(WXDIR)\src\msw ^ mk32 -f makefile.sl all - cd $(WXDIR)\samples\test + cd $(WXDIR)\samples\dragimag