comparison Makefile.gwin @ 40:9cbb03e85597

Update to latest dmlib API changes.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 13 Apr 2013 02:16:31 +0300
parents d17d31b736c2
children
comparison
equal deleted inserted replaced
39:57d67886153e 40:9cbb03e85597
12 RM=rm 12 RM=rm
13 13
14 SDL_CFLAGS=`$(MINGW_PATH)/bin/sdl-config --cflags` 14 SDL_CFLAGS=`$(MINGW_PATH)/bin/sdl-config --cflags`
15 SDL_LDFLAGS=`$(MINGW_PATH)/bin/sdl-config --libs` -lSDL -L$(BINPATH) 15 SDL_LDFLAGS=`$(MINGW_PATH)/bin/sdl-config --libs` -lSDL -L$(BINPATH)
16 16
17 TREMOR_CFLAGS=-I$(MINGW_PATH)/include/tremor
18 TREMOR_LDFLAGS=$(MINGW_PATH)/lib/libvorbisidec.a $(MINGW_PATH)/lib/libogg.a
19
20 LIBPNG_CFLAGS=-I$(MINGW_PATH)/include
21 LIBPNG_LDFLAGS=$(MINGW_PATH)/lib/libpng.a
22
23 ZLIB_CFLAGS=
24 ZLIB_LDFLAGS=$(MINGW_PATH)/lib/libz.a
25
17 #CFLAGS=-mwindows 26 #CFLAGS=-mwindows
18 LDFLAGS=-lmingw32 -s 27 LDFLAGS=-lmingw32 -s
19 28
20 include $(DMLIB)Makefile.gen 29 include $(DMLIB)Makefile.gen