]> git.saurik.com Git - wxWidgets.git/blame - contrib/samples/gizmos/splittree/makefile.va
Fixed licence lines
[wxWidgets.git] / contrib / samples / gizmos / splittree / makefile.va
CommitLineData
58580a7e
JS
1#
2# File: makefile.va
3# Author: David Webster
4# Created: 1999
5# Updated:
6# Copyright: (c) David Webster
c6afb815 7# License: wxWindows licence
58580a7e
JS
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
13WXDIR = $(WXWIN)
14
15WXUSINGDLL=0
16
17!include $(WXDIR)\src\makeva.env
18
19PROGRAM=$D\minimal
20OBJECTS = $(PROGRAM).obj
21
22!if [md $D]
23!endif
24
25!include $(WXDIR)\src\makeprog.va
26