]> git.saurik.com Git - wxWidgets.git/blame - samples/notebook/makefile.wat
Fixed copyrights and licence spelling
[wxWidgets.git] / samples / notebook / makefile.wat
CommitLineData
b2f757f9
RL
1# Purpose: makefile for notebook example (Watcom)
2# Created: 2000-03-15
8a2c6ef8
JS
3
4WXDIR = $(%WXWIN)
5
b2f757f9 6PROGRAM = notebook
8a2c6ef8
JS
7OBJECTS = $(PROGRAM).obj
8
9!include $(WXDIR)\src\makeprog.wat
10
11