From 51a8632024cf03b1b293def102a96c6c05b62467 Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Wed, 25 Mar 2015 19:33:10 +0000 Subject: Bug 695854: Enable building of MuPDF viewer using MINGW. Based on changes supplied by mt-82@gmx.org, but bent to be more in keeping. The actual building with MINGW is untested. We merely verify that these do not break the existing builds. With a bit of luck they should work though. --- Makerules | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makerules') diff --git a/Makerules b/Makerules index e858ffcb..47b6d1cf 100644 --- a/Makerules +++ b/Makerules @@ -164,6 +164,12 @@ LD = $(TIZEN_TOOLS)ld $(TIZEN_FLAGS) CROSSCOMPILE=yes endif +ifeq "$(OS)" "MINGW" +WIN32_LIBS=-lcomdlg32 -lgdi32 +HAVE_WIN32=yes +LDFLAGS += -Wl,-subsystem,windows +endif + # TODO: If crosscompiling, why not just call "make libs" instead of this exception? ifeq "$(CROSSCOMPILE)" "yes" HAVE_X11 ?= no -- cgit v1.2.3