[Libreoffice-commits] .: icu/makefile.mk

Tor Lillqvist tml at kemper.freedesktop.org
Mon Mar 14 05:57:13 PDT 2011


 icu/makefile.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0f5852183834dbd000cdb61efecb48f3b2fab400
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Mon Mar 14 14:55:27 2011 +0200

    Build the Relase configuration with msbuild

diff --git a/icu/makefile.mk b/icu/makefile.mk
index a15e4a2..d8f2e6a 100644
--- a/icu/makefile.mk
+++ b/icu/makefile.mk
@@ -213,7 +213,7 @@ ICU_BUILD_LIBPOST=
 
 CONFIGURE_ACTION+= $(PERL) ..$/..$/..$/..$/..$/createmak.pl ..$/..$/..$/..$/..$/createmak.cfg .
 
-BUILD_ACTION=cd allinone && msbuild.exe allinone.sln && cd ..$/..
+BUILD_ACTION=cd allinone && msbuild.exe /p:Configuration=Release allinone.sln && cd ..$/..
 
 OUT2LIB= \
     $(BUILD_DIR)$/..$/lib$/icudata.lib \


More information about the Libreoffice-commits mailing list