diff Makefile.w32 @ 840:a9d0d35476ae

Add flag variables for SDL_ttf.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 13 Jul 2014 23:56:55 +0300
parents e88b2993801c
children dd35d66c3714
line wrap: on
line diff
--- a/Makefile.w32	Sun Jul 13 23:32:38 2014 +0300
+++ b/Makefile.w32	Sun Jul 13 23:56:55 2014 +0300
@@ -18,6 +18,9 @@
 SDL_CFLAGS=`$(MINGW_PATH)/bin/sdl-config --cflags`
 SDL_LDFLAGS=`$(MINGW_PATH)/bin/sdl-config --libs` -lSDL -L$(BINPATH)
 
+SDL_TTF_CFLAGS=
+SDL_TTF_LDFLAGS=-lSDL_ttf
+
 TREMOR_CFLAGS=-I$(MINGW_PATH)/include/tremor
 TREMOR_LDFLAGS=$(MINGW_PATH)/lib/libvorbisidec.a  $(MINGW_PATH)/lib/libogg.a