From 7a7d7ef113c2e10d922fb613e24cb17f574f12e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remko=20Tron=C3=A7on?= Date: Sat, 6 Jun 2009 21:13:42 +0200 Subject: Make sure bundled expat is built statically on Windows. diff --git a/3rdParty/Expat/Makefile.inc b/3rdParty/Expat/Makefile.inc index afbebe9..c143263 100644 --- a/3rdParty/Expat/Makefile.inc +++ b/3rdParty/Expat/Makefile.inc @@ -16,6 +16,6 @@ $(EXPAT_TARGET): $(EXPAT_OBJECTS) $(QUIET_AR)$(AR) $(ARFLAGS) $@ $(EXPAT_OBJECTS) ifeq ($(USE_BUNDLED_EXPAT),yes) -CPPFLAGS += -isystem 3rdParty/Expat -isystem 3rdParty/Expat/src -DHAVE_EXPAT_CONFIG_H +CPPFLAGS += -isystem 3rdParty/Expat -isystem 3rdParty/Expat/src -DHAVE_EXPAT_CONFIG_H -DXML_STATIC BUNDLED_LIBS += $(EXPAT_TARGET) endif -- cgit v0.10.2-6-g49f6