]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dragimag/makefile.sl
unified wxTaskBarIcon behaviour: wxMSW version is not removed automatically when...
[wxWidgets.git] / samples / dragimag / makefile.sl
index c604d3965499c387d32954bf44c241a606b555ce..45beba2c354b1a3e0be2787f26b87433fad3876d 100644 (file)
@@ -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