mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-23 23:35:20 +00:00
INCLUDE_PATH isn't working in EMX for some reason.
This commit is contained in:
2
os2/Makefile
Normal file → Executable file
2
os2/Makefile
Normal file → Executable file
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user