Minor Additions from Windows

This commit is contained in:
Priyesh Kumar 2020-07-22 15:00:37 +05:30
parent a0f918d1f1
commit 4e3b8181a3
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
2020-07-22 Priyesh Kumar <priyeshkkumar@gmail.com> 2020-07-22 Priyesh Kumar <priyeshkkumar@gmail.com>
* Reverted back to `-std=c99' flag in `unix-cc.in' * Reverted back to `-std=c99' flag in `unix-cc.in' and
`builds/freetype.mk'
* Updated dlg's include path in `include/freetype/internal/ftdebug.h'. * Updated dlg's include path in `include/freetype/internal/ftdebug.h'.

View File

@ -152,7 +152,7 @@ endif
# #
FT_CFLAGS = $(CPPFLAGS) \ FT_CFLAGS = $(CPPFLAGS) \
$(CFLAGS) \ $(CFLAGS) \
$DFT2_BUILD_LIBRARY $DFT2_BUILD_LIBRARY -std=c99
FT_COMPILE := $(CC) $(ANSIFLAGS) $(INCLUDE_FLAGS) $(FT_CFLAGS) FT_COMPILE := $(CC) $(ANSIFLAGS) $(INCLUDE_FLAGS) $(FT_CFLAGS)