]> git.saurik.com Git - wxWidgets.git/blob - contrib/src/ogl/makefile.wat
added unimplemented error messages
[wxWidgets.git] / contrib / 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 OBJECTS = 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
18 all: $(OGLLIB)
19
20 $(OGLLIB): $(OBJECTS)
21 *wlib /b /c /n /P=256 $(OGLLIB) $(OBJECTS)
22
23 clean: .SYMBOLIC
24 -erase *.obj *.bak *.err *.pch $(OGLLIB) *.lbc
25