12 lines
172 B
Plaintext
12 lines
172 B
Plaintext
|
# Purpose: makefile for toolbar example (Watcom)
|
||
|
# Created: 2000-03-14
|
||
|
|
||
|
WXDIR = $(%WXWIN)
|
||
|
|
||
|
PROGRAM = toolbar
|
||
|
OBJECTS = $(PROGRAM).obj
|
||
|
|
||
|
!include $(WXDIR)\src\makeprog.wat
|
||
|
|
||
|
|