]> git.saurik.com Git - wxWidgets.git/blame - contrib/src/ogl/makefile.wat
wxRemotelyScrolledTreeCtrl draws its own lines if wxTR_ROW_LINES flag
[wxWidgets.git] / contrib / src / ogl / makefile.wat
CommitLineData
1fc25a89
JS
1# Objects makefile
2
3WXDIR = ..\..\..
4
5!include $(WXDIR)\src\makewat.env
6
7EXTRACPPFLAGS=/DPROLOGIO
8
779cedff 9OGLLIB = $(WXDIR)\lib\ogl.lib
1fc25a89
JS
10THISDIR = $(WXDIR)\src\ogl
11
12NAME = ogl
13LNK = $(name).lnk
14
15OBJECTS = basic.obj basic2.obj canvas.obj lines.obj divided.obj constrnt.obj &
16 composit.obj drawn.obj bmpshape.obj mfutils.obj ogldiag.obj oglmisc.obj
17
18all: $(OGLLIB)
19
20$(OGLLIB): $(OBJECTS)
21 *wlib /b /c /n /P=256 $(OGLLIB) $(OBJECTS)
22
23clean: .SYMBOLIC
24 -erase *.obj *.bak *.err *.pch $(OGLLIB) *.lbc
25