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