[Libreoffice-commits] .: sfx2/Library_sfx.mk

Tor Lillqvist tml at kemper.freedesktop.org
Thu Jul 21 00:20:24 PDT 2011


 sfx2/Library_sfx.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ee011572d0a76cb169a8b19f5643d4518c0e2fc4
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Thu Jul 21 10:19:17 2011 +0300

    Bin fairly pointless (and MSVC-specific) -nologo option

diff --git a/sfx2/Library_sfx.mk b/sfx2/Library_sfx.mk
index 58e23ad..bd11257 100755
--- a/sfx2/Library_sfx.mk
+++ b/sfx2/Library_sfx.mk
@@ -282,7 +282,7 @@ $(eval $(call gb_Library_add_cxxobjects,sfx,\
     sfx2/source/appl/shutdowniconw32 \
     sfx2/source/doc/sfxacldetect \
     sfx2/source/doc/syspathw32 \
-    , $(gb_LinkTarget_EXCEPTIONFLAGS) $(gb_COMPILEROPTFLAGS) -nologo -UPRECOMPILED_HEADERS \
+    , $(gb_LinkTarget_EXCEPTIONFLAGS) $(gb_COMPILEROPTFLAGS) -UPRECOMPILED_HEADERS \
 ))
 
 $(eval $(call gb_Library_add_linked_libs,sfx,\


More information about the Libreoffice-commits mailing list