comparison 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
comparison
equal deleted inserted replaced
111:22ba0490733b 112:e1b6aa3017c2
15 RANLIB=$(MINGW_PREFIX)ranlib 15 RANLIB=$(MINGW_PREFIX)ranlib
16 RM=rm 16 RM=rm
17 17
18 SDL_CFLAGS=`$(MINGW_PATH)/bin/sdl-config --cflags` 18 SDL_CFLAGS=`$(MINGW_PATH)/bin/sdl-config --cflags`
19 SDL_LDFLAGS=`$(MINGW_PATH)/bin/sdl-config --libs` -lSDL -L$(BINPATH) 19 SDL_LDFLAGS=`$(MINGW_PATH)/bin/sdl-config --libs` -lSDL -L$(BINPATH)
20 TREMOR_CFLAGS=-I$(MINGW_PATH)/include/tremor
21 TREMOR_LDFLAGS=$(MINGW_PATH)/lib/libvorbisidec.a $(MINGW_PATH)/lib/libogg.a
20 22
21 #CFLAGS=-mwindows 23 #CFLAGS=-mwindows
22 LDFLAGS=-lmingw32 -s 24 LDFLAGS=-lmingw32 -s
23 25
24 26