]> git.saurik.com Git - wxWidgets.git/commitdiff
minimal makefile for VA 3.0
authorDavid Webster <Dave.Webster@bhmi.com>
Tue, 15 Feb 2000 05:00:28 +0000 (05:00 +0000)
committerDavid Webster <Dave.Webster@bhmi.com>
Tue, 15 Feb 2000 05:00:28 +0000 (05:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6018 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/minimal/makefile.va [new file with mode: 0644]

diff --git a/samples/minimal/makefile.va b/samples/minimal/makefile.va
new file mode 100644 (file)
index 0000000..fbd94a1
--- /dev/null
@@ -0,0 +1,18 @@
+#
+# File:     makefile.va
+# Author:   David Webster
+# Created:  1999
+# Updated:
+# Copyright:    (c) David Webster
+#
+# Makefile : Builds sample (VisualAgeC++ V3.0, OS/2 PM)
+# Use FINAL=1 argument to nmake to build final version with no debug info.
+
+# Set WXDIR for your system
+WXDIR = j:\dev\wx2\wxWindows
+
+PROGRAM=minimal
+OBJECTS = $(PROGRAM).obj
+
+!include $(WXDIR)\src\makeprog.va
+