First whack at getting FREETYPE2 stuff added to the
old and autoconf makefiles. My machine seems to have messed up libs so I can't test it, its a start though :) Kent
This commit is contained in:
@@ -58,6 +58,8 @@ CPPFLAGS += -I../../bpython/include
|
||||
CPPFLAGS += -I../../avi
|
||||
CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include
|
||||
|
||||
CPPFLAGS += -I$(NAN_FREETYPE)/include/freetype2
|
||||
|
||||
# we still refer to /include a bit...
|
||||
CPPFLAGS += -I../../include
|
||||
|
||||
|
@@ -48,4 +48,6 @@ CPPFLAGS += -I../../makesdna
|
||||
CPPFLAGS += -I..
|
||||
# path to the guarded memory allocator
|
||||
CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include
|
||||
|
||||
# path to freetype font stuff
|
||||
CPPFLAGS += -I$(NAN_FREETYPE)/include/freetype2
|
||||
CPPFLAGS += -I../../include/
|
||||
|
Reference in New Issue
Block a user