]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/scrollsub/makefile.g95
scrolling of foreign windowsplus sample
[wxWidgets.git] / samples / scrollsub / makefile.g95
diff --git a/samples/scrollsub/makefile.g95 b/samples/scrollsub/makefile.g95
new file mode 100644 (file)
index 0000000..478c653
--- /dev/null
@@ -0,0 +1,16 @@
+#
+# File:         makefile.g95
+# Author:       Julian Smart
+# Created:      1999
+# Updated:
+# Copyright:    (c) Julian Smart, 1999
+#
+# Makefile for wxWindows sample (Cygwin/Mingw32).
+
+WXDIR = ../..
+
+TARGET=scrollsub
+OBJECTS = $(TARGET).o
+
+include $(WXDIR)/src/makeprog.g95
+