]> git.saurik.com Git - wxWidgets.git/blob - utils/ogl/src/makefile.wat
fixed rounding error problem in wxPostscriptDC::SetFont when DC's user scale was...
[wxWidgets.git] / utils / ogl / src / makefile.wat
1 # Objects makefile
2
3 WXDIR = ..\..\..
4
5 !include $(WXDIR)\src\makewat.env
6
7 EXTRACPPFLAGS=/DPROLOGIO
8
9 OBJECTSLIB = $(WXDIR)\utils\objects\lib\graphics.lib
10 THISDIR = $(WXDIR)\utils\objects\src
11
12 NAME = graphics
13 LNK = $(name).lnk
14
15 IFLAGS = -i=$(WXINC) -i=$(WXBASEINC) -i=..\..\mfutils\src -i=..\..\prologio\src
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: $(OBJECTSLIB)
20
21 $(OBJECTSLIB): $(OBJECTS)
22 *wlib /b /c /n /P=256 $(OBJECTSLIB) $(OBJECTS)
23
24 clean: .SYMBOLIC
25 -erase *.obj *.bak *.err *.pch $(OBJECTSLIB) *.lbc
26
27
28