]> git.saurik.com Git - wxWidgets.git/blame - src/ogl/makefile.wat
Some corrections
[wxWidgets.git] / src / ogl / makefile.wat
CommitLineData
2d08140f
JS
1# Objects makefile
2
3WXDIR = ..\..
4
5!include $(WXDIR)\src\makewat.env
6
7EXTRACPPFLAGS=/DPROLOGIO
8
9OGLLIB = $(WXDIR)\lib\ogl.lib
10THISDIR = $(WXDIR)\src\ogl
11
12NAME = ogl
13LNK = $(name).lnk
14
15IFLAGS = -i=$(WXINC) -i=$(WXBASEINC)
16
17OBJECTS = basic.obj basic2.obj canvas.obj lines.obj misc.obj divided.obj constrnt.obj composit.obj drawn.obj bitmap.obj
18
19all: $(OGLLIB)
20
21$(OGLLIB): $(OBJECTS)
22 *wlib /b /c /n /P=256 $(OGLLIB) $(OBJECTS)
23
24clean: .SYMBOLIC
25 -erase *.obj *.bak *.err *.pch $(OGLLIB) *.lbc
26