summaryrefslogtreecommitdiff
path: root/redland/rasqal
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-10-01 07:05:18 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-10-01 07:05:18 +0000
commitc30ae0c43180cf994ea09cc283f0d2d7f1b4b259 (patch)
treed5622dc1bd74c05a9fe6a0a4f0006c89d4135195 /redland/rasqal
parent105e7959b9f36abda15e4c1c934a38ee4408e6bb (diff)
CWS-TOOLING: integrate CWS mingwport15
Diffstat (limited to 'redland/rasqal')
-rw-r--r--redland/rasqal/makefile.mk14
1 files changed, 6 insertions, 8 deletions
diff --git a/redland/rasqal/makefile.mk b/redland/rasqal/makefile.mk
index 8f4ec9738cb7..ddf6a5153ae8 100644
--- a/redland/rasqal/makefile.mk
+++ b/redland/rasqal/makefile.mk
@@ -59,14 +59,12 @@ ADDITIONAL_FILES=src/makefile.mk
.IF "$(OS)"=="WNT"
.IF "$(COM)"=="GCC"
-#CONFIGURE_DIR=
-#CONFIGURE_ACTION=.$/configure
-#CONFIGURE_FLAGS=--enable-ipv6=no --without-python --enable-static=no --without-debug --build=i586-pc-mingw32 --host=i586-pc-mingw32 lt_cv_cc_dll_switch="-shared" CFLAGS=-D_MT LDFLAGS="-no-undefined -Wl,--enable-runtime-pseudo-reloc -L$(ILIB:s/;/ -L/)" LIBS="-lws2_32 -lmingwthrd" OBJDUMP="$(WRAPCMD) objdump"
-#BUILD_ACTION=$(GNUMAKE)
-#BUILD_DIR=$(CONFIGURE_DIR)
-all:
- @echo "FIXME: somebody port me to mingw please..."
- exit 1
+CONFIGURE_DIR=
+CONFIGURE_ACTION=.$/configure PATH="..$/..$/..$/bin:$$PATH"
+CONFIGURE_FLAGS=--disable-static --disable-gtk-doc --with-openssl-digests --with-xml-parser=libxml --without-bdb --without-sqlite --without-mysql --without-postgresql --without-threestore --disable-pcre --with-decimal=none --with-www=xml --build=i586-pc-mingw32 --host=i586-pc-mingw32 lt_cv_cc_dll_switch="-shared" CFLAGS=-D_MT CPPFLAGS="-nostdinc $(INCLUDE)" LDFLAGS="-no-undefined -Wl,--enable-runtime-pseudo-reloc,--export-all-symbols -L$(ILIB:s/;/ -L/)" LIBS=-lmingwthrd OBJDUMP="$(WRAPCMD) objdump" LIBXML2LIB=$(LIBXML2LIB) ZLIB3RDLIB=$(ZLIB3RDLIB) XSLTLIB="$(XSLTLIB)"
+BUILD_ACTION=$(GNUMAKE)
+BUILD_FLAGS+= -j$(EXTMAXPROCESS)
+BUILD_DIR=$(CONFIGURE_DIR)
.ELSE
# there is no wntmsci build environment in the tarball; we use custom dmakefile
BUILD_ACTION=dmake