]> git.saurik.com Git - wxWidgets.git/blame - contrib/src/gizmos/makefile.wat
Removed some old cruft from wxBitmap, moved wxMotif- and
[wxWidgets.git] / contrib / src / gizmos / makefile.wat
CommitLineData
58580a7e
JS
1# Gizmos makefile for Watcom C++
2
d3abc823 3EXTRACPPFLAGS = -I$(WXDIR)\contrib\include
58580a7e
JS
4WXDIR = ..\..\..
5
6!include $(WXDIR)\src\makewat.env
7
8GIZMOSLIB = $(WXDIR)\lib\gizmos.lib
9THISDIR = $(WXDIR)\contrib\src\gizmos
d3abc823 10OUTPUTDIR = $(THISDIR)\
58580a7e
JS
11
12NAME = gizmos
13LNK = $(name).lnk
14
950e7faf 15OBJECTS = multicell.obj splittree.obj editlbox.obj dynamicsash.obj ledctrl.obj
58580a7e 16
d3abc823 17all: $(GIZMOSLIB) .SYMBOLIC
58580a7e
JS
18
19$(GIZMOSLIB): $(OBJECTS)
20 *wlib /b /c /n /P=256 $(GIZMOSLIB) $(OBJECTS)
21
22clean: .SYMBOLIC
23 -erase *.obj *.bak *.err *.pch $(GIZMOSLIB) *.lbc
24