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