summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/libwpg/makefile.mk
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2007-10-31 13:29:03 +0000
committergouldtj <gouldtj@users.sourceforge.net>2007-10-31 13:29:03 +0000
commit104e290f32609d4ced29fb2ff12686e2cbcb6439 (patch)
tree33d6912f4343cead8d14554b9970be4f947fee96 /src/extension/internal/libwpg/makefile.mk
parentr16913@shi: ted | 2007-10-30 21:32:09 -0700 (diff)
downloadinkscape-104e290f32609d4ced29fb2ff12686e2cbcb6439.tar.gz
inkscape-104e290f32609d4ced29fb2ff12686e2cbcb6439.zip
r16914@shi: ted | 2007-10-30 21:58:05 -0700
Switching everything over to a linked in libwpg (bzr r3992)
Diffstat (limited to 'src/extension/internal/libwpg/makefile.mk')
-rw-r--r--src/extension/internal/libwpg/makefile.mk29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/extension/internal/libwpg/makefile.mk b/src/extension/internal/libwpg/makefile.mk
deleted file mode 100644
index 65fc6e483..000000000
--- a/src/extension/internal/libwpg/makefile.mk
+++ /dev/null
@@ -1,29 +0,0 @@
-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