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 +