]> git.saurik.com Git - wxWidgets.git/commitdiff
Watcom wxMGL makefiles
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 17 Jan 2002 23:42:27 +0000 (23:42 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 17 Jan 2002 23:42:27 +0000 (23:42 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13621 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/dialogs/makefile.mgl [new file with mode: 0644]

diff --git a/samples/dialogs/makefile.mgl b/samples/dialogs/makefile.mgl
new file mode 100644 (file)
index 0000000..33a895f
--- /dev/null
@@ -0,0 +1,15 @@
+#
+# Makefile for WATCOM
+#
+# Created by Julian Smart, January 1999
+# 
+#
+
+WXDIR = $(%WXWIN)
+
+PROGRAM = dialogs
+OBJECTS = $(PROGRAM).obj
+
+!include $(WXDIR)\src\mgl\makeprog.wat
+
+