From 60103f2af83eb04c1e74b32fa9d29c74bf01c118 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 20 Sep 2018 13:17:08 +0200 Subject: Don't build freetype source files twice. Don't bother compiling the freetype C files that are #included by ftbase.c This fixes a harmless "repeated symbol" warning in the windows build. --- Makethird | 2 -- platform/win32/libthirdparty.vcproj | 4 ---- 2 files changed, 6 deletions(-) diff --git a/Makethird b/Makethird index 76151f71..bf570880 100644 --- a/Makethird +++ b/Makethird @@ -32,11 +32,9 @@ THIRD_SRC += thirdparty/freetype/src/base/ftbase.c THIRD_SRC += thirdparty/freetype/src/base/ftbbox.c THIRD_SRC += thirdparty/freetype/src/base/ftbitmap.c THIRD_SRC += thirdparty/freetype/src/base/ftdebug.c -THIRD_SRC += thirdparty/freetype/src/base/ftfntfmt.c THIRD_SRC += thirdparty/freetype/src/base/ftgasp.c THIRD_SRC += thirdparty/freetype/src/base/ftglyph.c THIRD_SRC += thirdparty/freetype/src/base/ftinit.c -THIRD_SRC += thirdparty/freetype/src/base/ftlcdfil.c THIRD_SRC += thirdparty/freetype/src/base/ftstroke.c THIRD_SRC += thirdparty/freetype/src/base/ftsynth.c THIRD_SRC += thirdparty/freetype/src/base/ftsystem.c diff --git a/platform/win32/libthirdparty.vcproj b/platform/win32/libthirdparty.vcproj index fb3468ac..d7737624 100644 --- a/platform/win32/libthirdparty.vcproj +++ b/platform/win32/libthirdparty.vcproj @@ -1130,10 +1130,6 @@ RelativePath="..\..\thirdparty\freetype\src\base\ftbitmap.c" > - - -- cgit v1.2.3