[Libreoffice-commits] .: shell/source
Tor Lillqvist
tml at kemper.freedesktop.org
Mon Jun 27 06:27:01 PDT 2011
shell/source/win32/shlxthandler/makefile.mk | 6 ++++++
shell/source/win32/shlxthandler/prophdl/makefile.mk | 6 ++++++
2 files changed, 12 insertions(+)
New commits:
commit c426d197ee26fe354d6d597e9888a60a5b2189b0
Author: Tor Lillqvist <tlillqvist at novell.com>
Date: Mon Jun 27 16:26:15 2011 +0300
Bypass for MinGW for now
diff --git a/shell/source/win32/shlxthandler/makefile.mk b/shell/source/win32/shlxthandler/makefile.mk
index c8518f0..1f145f5 100755
--- a/shell/source/win32/shlxthandler/makefile.mk
+++ b/shell/source/win32/shlxthandler/makefile.mk
@@ -41,6 +41,12 @@ USE_DEBUG_RUNTIME=
.INCLUDE : settings.mk
+.IF "$(COM)" == "GCC"
+ALL :
+ @echo This does not build with MinGW anyway, so bypass for now
+.ENDIF
+
+
UWINAPILIB =
UWINAPILIB_X64 =
diff --git a/shell/source/win32/shlxthandler/prophdl/makefile.mk b/shell/source/win32/shlxthandler/prophdl/makefile.mk
index b5195ca..0dc48af 100755
--- a/shell/source/win32/shlxthandler/prophdl/makefile.mk
+++ b/shell/source/win32/shlxthandler/prophdl/makefile.mk
@@ -40,6 +40,12 @@ USE_DEFFILE_X64=TRUE
.INCLUDE : settings.mk
+.IF "$(COM)" == "GCC"
+ALL :
+ @echo This does not build with MinGW
+.ENDIF
+
+
UWINAPILIB =
UWINAPILIB_X64 =
More information about the Libreoffice-commits
mailing list