]> git.saurik.com Git - wxWidgets.git/blob - contrib/src/ogl/makefile.wat
52779a1beb48da502cfad589586e4fc672fdffa6
[wxWidgets.git] / contrib / src / ogl / makefile.wat
1 # Objects makefile
2
3 WXDIR = ..\..\..
4 EXTRACPPFLAGS=-I$(WXDIR)\contrib\include;/DPROLOGIO
5
6 !include $(WXDIR)\src\makewat.env
7
8 OGLLIB = $(WXDIR)\lib\ogl.lib
9 THISDIR = $(WXDIR)\contrib\src\ogl
10 OUTPUTDIR = $(THISDIR)\
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) .SYMBOLIC
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