]> git.saurik.com Git - wxWidgets.git/blob - samples/minimal/makefile.va
added combobox editor
[wxWidgets.git] / samples / minimal / makefile.va
1 #
2 # File: makefile.va
3 # Author: David Webster
4 # Created: 1999
5 # Updated:
6 # Copyright: (c) David Webster
7 #
8 # Makefile : Builds sample (VisualAgeC++ V3.0, OS/2 PM)
9 # Use FINAL=1 argument to nmake to build final version with no debug info.
10
11 # Set WXDIR for your system
12 WXDIR = $(WXWIN)
13
14 PROGRAM=minimal
15 OBJECTS = $(PROGRAM).obj
16
17 !include $(WXDIR)\src\makeprog.va
18