summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/libwpg/makefile.mk
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2007-02-25 06:54:05 +0000
committergouldtj <gouldtj@users.sourceforge.net>2007-02-25 06:54:05 +0000
commit3075cb6ff679e7efe68d17109a3608c692e44090 (patch)
tree8f33748e591f51dfdb7dd4f0dc8732b0fc602f3b /src/extension/internal/libwpg/makefile.mk
parentAdd flood fill tool (diff)
downloadinkscape-3075cb6ff679e7efe68d17109a3608c692e44090.tar.gz
inkscape-3075cb6ff679e7efe68d17109a3608c692e44090.zip
r14551@tres: ted | 2007-02-24 15:22:47 -0800
Merging in the latest libwpg and some code chages to make it work with everything. (bzr r2433)
Diffstat (limited to 'src/extension/internal/libwpg/makefile.mk')
-rw-r--r--src/extension/internal/libwpg/makefile.mk29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/extension/internal/libwpg/makefile.mk b/src/extension/internal/libwpg/makefile.mk
new file mode 100644
index 000000000..65fc6e483
--- /dev/null
+++ b/src/extension/internal/libwpg/makefile.mk
@@ -0,0 +1,29 @@
+PRJ=..$/..$/..$/..$/..$/..
+
+PRJNAME=libwpg
+TARGET=wpglib
+ENABLE_EXCEPTIONS=TRUE
+LIBTARGET=NO
+
+.INCLUDE : svpre.mk
+.INCLUDE : settings.mk
+.INCLUDE : sv.mk
+
+SLOFILES= \
+ $(SLO)$/WPGraphics.obj \
+ $(SLO)$/WPGPen.obj \
+ $(SLO)$/WPGGradient.obj \
+ $(SLO)$/WPGPoint.obj \
+ $(SLO)$/WPGPath.obj \
+ $(SLO)$/WPGHeader.obj \
+ $(SLO)$/WPGXParser.obj \
+ $(SLO)$/WPG1Parser.obj \
+ $(SLO)$/WPG2Parser.obj \
+ $(SLO)$/WPGOLEStream.obj \
+ $(SLO)$/WPGStreamImplementation.obj
+
+LIB1ARCHIV=$(LB)$/libwpglib.a
+LIB1TARGET=$(SLB)$/$(TARGET).lib
+LIB1OBJFILES= $(SLOFILES)
+
+.INCLUDE : target.mk