From b9ef1a3795dc70ec490aee5c7601d3d414e5eb25 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Fri, 1 Feb 2019 03:15:03 -0500 Subject: [PATCH] INCLUDE_PATH isn't working in EMX for some reason. --- os2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 os2/Makefile diff --git a/os2/Makefile b/os2/Makefile old mode 100644 new mode 100755 index 76e47bfc..bbf653ed --- a/os2/Makefile +++ b/os2/Makefile @@ -21,7 +21,7 @@ PDCURSES_OS2_H = $(osdir)/pdcos2.h CC = gcc -CFLAGS = -I$(PDCURSES_SRCDIR) -c -Wall +CFLAGS = -I$(PDCURSES_SRCDIR) -Ic:/emx/include -Wall ifeq ($(DEBUG),Y) CFLAGS += -g -DPDCDEBUG