mirror of https://github.com/freetype/freetype
* builds/freetype.mk (FT_CC): Removed. Unused.
This commit is contained in:
parent
64b395cca6
commit
fcdb784082
|
@ -1,3 +1,7 @@
|
|||
2013-12-05 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* builds/freetype.mk (FT_CC): Removed. Unused.
|
||||
|
||||
2013-12-04 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
[sfnt] Fix handling of embedded bitmap strikes.
|
||||
|
|
|
@ -147,13 +147,14 @@ ifneq ($(wildcard $(OBJ_DIR)/ftoption.h),)
|
|||
FTOPTION_FLAG := $DFT_CONFIG_OPTIONS_H="<ftoption.h>"
|
||||
endif
|
||||
|
||||
# Note that a build with the `configure' script uses $(CFLAGS) only.
|
||||
#
|
||||
FT_CFLAGS = $(CPPFLAGS) \
|
||||
$(INCLUDE_FLAGS) \
|
||||
$(CFLAGS) \
|
||||
$DFT2_BUILD_LIBRARY \
|
||||
$DFT_CONFIG_MODULES_H="<ftmodule.h>" \
|
||||
$(FTOPTION_FLAG)
|
||||
FT_CC = $(CC) $(FT_CFLAGS)
|
||||
FT_COMPILE = $(CC) $(ANSIFLAGS) $(FT_CFLAGS)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue