• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/gizmos/splittree/
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
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
27