diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-10-01 07:05:18 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-10-01 07:05:18 +0000 |
commit | c30ae0c43180cf994ea09cc283f0d2d7f1b4b259 (patch) | |
tree | d5622dc1bd74c05a9fe6a0a4f0006c89d4135195 /redland/raptor/makefile.mk | |
parent | 105e7959b9f36abda15e4c1c934a38ee4408e6bb (diff) |
CWS-TOOLING: integrate CWS mingwport15
Diffstat (limited to 'redland/raptor/makefile.mk')
-rw-r--r-- | redland/raptor/makefile.mk | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/redland/raptor/makefile.mk b/redland/raptor/makefile.mk index 6c082f10d246..8c929a9c2e14 100644 --- a/redland/raptor/makefile.mk +++ b/redland/raptor/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 +CONFIGURE_FLAGS=--disable-static --disable-gtk-doc --with-openssl-digests --with-xml-parser=libxml --without-bdb --without-sqlite --without-mysql --without-postgresql --without-threestore --with-regex-library=posix --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 |