]> git.saurik.com Git - wxWidgets.git/blob - contrib/samples/gizmos/splittree/makefile.va
Ran bakefile -f autoconf and autoconf.
[wxWidgets.git] / contrib / samples / gizmos / splittree / makefile.va
1 #
2 # File: makefile.va
3 # Author: David Webster
4 # Created: 1999
5 # Updated:
6 # Copyright: (c) David Webster
7 # License: wxWindows licence
8 #
9 # Makefile : Builds sample (VisualAgeC++ V3.0, OS/2 PM)
10 # Use FINAL=1 argument to nmake to build final version with no debug info.
11
12 # Set WXDIR for your system
13 WXDIR = $(WXWIN)
14
15 WXUSINGDLL=0
16
17 !include $(WXDIR)\src\makeva.env
18
19 PROGRAM=$D\minimal
20 OBJECTS = $(PROGRAM).obj
21
22 !if [md $D]
23 !endif
24
25 !include $(WXDIR)\src\makeprog.va
26