From: Andy Belle-Isle Date: Mon, 14 Sep 2015 01:27:30 +0000 (-0400) Subject: Added freetype dll and updated Makefile X-Git-Url: https://code.bitgloo.com/?a=commitdiff_plain;h=d2d334f2cd3cc78f088f429eb5d0037268366e6d;p=clyne%2Fgamedev.git Added freetype dll and updated Makefile --- diff --git a/Makefile b/Makefile index 90657eb..7b8b834 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ FLAGS_LINUX = -lGL -lSDL2_image -lfreetype -FLAGS_WIN32 = -lopengl32 -lmingw32 -lSDL2_Image +FLAGS_WIN32 = -lopengl32 -lmingw32 -lSDL2_Image -lfreetype FLAGS = -m32 -std=c++11 -Iinclude -Iinclude/freetype2 -Wall -Werror -lSDL2main -lSDL2 all: diff --git a/freetype6.dll b/freetype6.dll new file mode 100644 index 0000000..e35edc6 Binary files /dev/null and b/freetype6.dll differ