Cleaned up the gdal-config usage to work with gdal-1.1.9
This commit is contained in:
@@ -6,17 +6,10 @@ CXXFILES =\
|
||||
FreeTypeFont.cpp\
|
||||
ReaderWriterFreeType.cpp\
|
||||
|
||||
INC += $(FREETYPE_INCLUDE)
|
||||
|
||||
LIBS += -losgText $(OSG_LIBS) $(FREETYPE_LIB) $(OTHER_LIBS)
|
||||
|
||||
ifneq ($(OS),HP-UX)
|
||||
INC += -I$(OSGHOME)/include \
|
||||
-I/usr/include/freetype2 \
|
||||
-I/usr/local/include \
|
||||
-I/usr/local/include/freetype2 \
|
||||
-I/usr/freeware/include \
|
||||
-I/usr/freeware/include/freetype2
|
||||
endif
|
||||
INC += $(FREETYPE_INCLUDE)
|
||||
|
||||
TARGET_BASENAME = freetype
|
||||
include $(TOPDIR)/Make/cygwin_plugin_def
|
||||
|
||||
Reference in New Issue
Block a user