From 69d49ee862c464d348d7d1a3ac4f19fa0cac28a7 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 14 Apr 2017 13:16:29 +0200 Subject: Remove needless -Igenerated flags. Also remove -I../../ucdn from the visual studio project. --- Makefile | 2 +- platform/java/Android.mk | 1 - platform/win32/libmupdf.vcproj | 44 +++++++++++++++++++++--------------------- 3 files changed, 23 insertions(+), 24 deletions(-) diff --git a/Makefile b/Makefile index 195a0f60..68e997c5 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ include Makethird # Do not specify CFLAGS or LIBS on the make invocation line - specify # XCFLAGS or XLIBS instead. Make ignores any lines in the makefile that # set a variable that was set on the command line. -CFLAGS += $(XCFLAGS) -Iinclude -Igenerated +CFLAGS += $(XCFLAGS) -Iinclude LIBS += $(XLIBS) -lm LIBS += $(FREETYPE_LIBS) diff --git a/platform/java/Android.mk b/platform/java/Android.mk index 1bd05045..083a3a22 100644 --- a/platform/java/Android.mk +++ b/platform/java/Android.mk @@ -40,7 +40,6 @@ endif LOCAL_C_INCLUDES := \ $(MUPDF_PATH)/include \ - $(MUPDF_PATH)/generated \ $(MUPDF_PATH)/scripts/freetype \ $(MUPDF_PATH)/scripts/libjpeg \ $(MUPDF_PATH)/thirdparty/freetype/include \ diff --git a/platform/win32/libmupdf.vcproj b/platform/win32/libmupdf.vcproj index 122c561f..d6ee7371 100644 --- a/platform/win32/libmupdf.vcproj +++ b/platform/win32/libmupdf.vcproj @@ -42,7 +42,7 @@