From f1d626b2032062524e41c7356002626244a6be4e Mon Sep 17 00:00:00 2001 From: David Webster Date: Tue, 15 Feb 2000 05:00:28 +0000 Subject: [PATCH] minimal makefile for VA 3.0 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6018 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/minimal/makefile.va | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 samples/minimal/makefile.va diff --git a/samples/minimal/makefile.va b/samples/minimal/makefile.va new file mode 100644 index 0000000000..fbd94a1e47 --- /dev/null +++ b/samples/minimal/makefile.va @@ -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 + -- 2.45.2