diff Makefile.w32 @ 112:e1b6aa3017c2

Add Tremor stuff to default Makefiles.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 03 Oct 2012 10:24:46 +0300
parents 6e169d87d963
children e88b2993801c
line wrap: on
line diff
--- a/Makefile.w32	Wed Oct 03 10:20:00 2012 +0300
+++ b/Makefile.w32	Wed Oct 03 10:24:46 2012 +0300
@@ -17,6 +17,8 @@
 
 SDL_CFLAGS=`$(MINGW_PATH)/bin/sdl-config --cflags`
 SDL_LDFLAGS=`$(MINGW_PATH)/bin/sdl-config --libs` -lSDL -L$(BINPATH)
+TREMOR_CFLAGS=-I$(MINGW_PATH)/include/tremor
+TREMOR_LDFLAGS=$(MINGW_PATH)/lib/libvorbisidec.a  $(MINGW_PATH)/lib/libogg.a
 
 #CFLAGS=-mwindows
 LDFLAGS=-lmingw32 -s