]> git.saurik.com Git - wxWidgets.git/blame - samples/minimal/makefile.va
added combobox editor
[wxWidgets.git] / samples / minimal / makefile.va
CommitLineData
f1d626b2
DW
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
ea258ad3 12WXDIR = $(WXWIN)
f1d626b2
DW
13
14PROGRAM=minimal
15OBJECTS = $(PROGRAM).obj
16
17!include $(WXDIR)\src\makeprog.va
18