]> git.saurik.com Git - wxWidgets.git/blame - samples/nativdlg/makefile.wat
fixes for programmatically deleting the find/replace dialog
[wxWidgets.git] / samples / nativdlg / makefile.wat
CommitLineData
bbf1f0e5
KB
1#
2# Makefile for WATCOM
3#
8a2c6ef8
JS
4# Created by Julian Smart, January 1999
5#
bbf1f0e5
KB
6#
7
8a2c6ef8 8WXDIR = $(%WXWIN)
bbf1f0e5 9
8a2c6ef8
JS
10PROGRAM = nativdlg
11OBJECTS = $(PROGRAM).obj
bbf1f0e5 12
8a2c6ef8 13!include $(WXDIR)\src\makeprog.wat
bbf1f0e5 14
bbf1f0e5 15