]> code.bitgloo.com Git - clyne/gamedev.git/commitdiff
Added freetype dll and updated Makefile
authorAndy Belle-Isle <abelleisle@roadrunner.com>
Mon, 14 Sep 2015 01:27:30 +0000 (21:27 -0400)
committerAndy Belle-Isle <abelleisle@roadrunner.com>
Mon, 14 Sep 2015 01:27:30 +0000 (21:27 -0400)
Makefile
freetype6.dll [new file with mode: 0644]

index 90657eb531b7061d04ffe3f2f40c9b028023f493..7b8b834353f327173311f1114f68ae7e0539c932 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 FLAGS_LINUX = -lGL                 -lSDL2_image -lfreetype\r
-FLAGS_WIN32 = -lopengl32 -lmingw32 -lSDL2_Image\r
+FLAGS_WIN32 = -lopengl32 -lmingw32 -lSDL2_Image -lfreetype\r
 FLAGS = -m32 -std=c++11 -Iinclude -Iinclude/freetype2 -Wall -Werror -lSDL2main -lSDL2\r
 \r
 all:\r
diff --git a/freetype6.dll b/freetype6.dll
new file mode 100644 (file)
index 0000000..e35edc6
Binary files /dev/null and b/freetype6.dll differ