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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3