summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-06-27 16:26:15 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-06-27 16:26:24 +0300
commitafe389f814cd4cfd1f3262eb354e5e309b694a38 (patch)
tree1af0fac93749ddf1f16a5d5616ff67421559f587 /shell
parent657915558f9e02899198b0c5b000b4af82504486 (diff)
Bypass for MinGW for now
Diffstat (limited to 'shell')
-rwxr-xr-xshell/source/win32/shlxthandler/makefile.mk6
-rwxr-xr-xshell/source/win32/shlxthandler/prophdl/makefile.mk6
2 files changed, 12 insertions, 0 deletions
diff --git a/shell/source/win32/shlxthandler/makefile.mk b/shell/source/win32/shlxthandler/makefile.mk
index c8518f023fde..1f145f59a281 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 b5195caad5e8..0dc48af1bfe5 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 =