]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/minimal/makefile.sl
Added more makefiles; fixed some samples for Cygwin
[wxWidgets.git] / samples / minimal / makefile.sl
diff --git a/samples/minimal/makefile.sl b/samples/minimal/makefile.sl
new file mode 100644 (file)
index 0000000..7dd9a0b
--- /dev/null
@@ -0,0 +1,18 @@
+#
+# File:                makefile.sl
+# Author:      Julian Smart
+# Created:     1998
+#
+# Makefile : Builds a wxWindows sample for Salford C++, WIN32
+
+PROGRAM = minimal
+OBJECTS = $(PROGRAM).obj
+
+include ..\..\src\makeprog.sl
+
+all:        wx $(TARGET)
+
+wx:
+    cd $(WXDIR)\src\msw ^ mk32 -f makefile.sl all
+    cd $(WXDIR)\samples\minimal
+