[Libreoffice-commits] .: post_download.in scp2/source

Jan Holesovsky kendy at kemper.freedesktop.org
Wed Oct 12 15:59:14 PDT 2011


 post_download.in                     |    2 +-
 scp2/source/ooo/file_library_ooo.scp |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 257ad3bfd33ee709c397b60c302a393ccf114b7b
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Thu Oct 13 00:59:12 2011 +0200

    MinGW does not need the external .dll's.

diff --git a/post_download.in b/post_download.in
index 551f5c1..7c5d07f 100644
--- a/post_download.in
+++ b/post_download.in
@@ -9,7 +9,7 @@ echo "********************************************************************"
 
 AC_CANONICAL_HOST
 case "$host_os" in
-    cygwin*|mingw32*) # Windows
+    cygwin*) # Windows
         _os=WINNT
         ;;
    *)
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp
index 684afb0..6ac33ab 100644
--- a/scp2/source/ooo/file_library_ooo.scp
+++ b/scp2/source/ooo/file_library_ooo.scp
@@ -628,7 +628,7 @@ STD_LIB_FILE( gid_File_Lib_Fwl , fwl)
 
 STD_LIB_FILE( gid_File_Lib_Fwm , fwm)
 
-#ifdef WNT
+#ifdef ENABLE_DIRECTX
 File gid_File_Lib_Gdiplus
     BIN_FILE_BODY;
     Styles = (PACKED);


More information about the Libreoffice-commits mailing list