]> git.saurik.com Git - wxWidgets.git/blame - samples/minimal/makefile.wat
MSVC 5 does not have BIF_EDITBOX.
[wxWidgets.git] / samples / minimal / makefile.wat
CommitLineData
dbda9e86
JS
1#
2# Makefile for WATCOM
3#
4# Created by Julian Smart, January 1999
5#
6#
7
06e8e72d 8OUTPUTDIR = Watcom\
dbda9e86
JS
9
10PROGRAM = minimal
06e8e72d 11OBJECTS = $(OUTPUTDIR)$(PROGRAM).obj
dbda9e86 12
06e8e72d 13!include $(%WXWIN)\src\makeprog.wat
dbda9e86
JS
14
15