deepstone
diff GNUmakefile @ 36:e234f2a4b6fa
ops
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Mon, 23 Sep 2013 07:42:56 +0300 |
parents | 1870c4ef8b76 |
children | 17a5107b6fa4 |
line diff
1.1 --- a/GNUmakefile Mon Sep 23 07:41:05 2013 +0300 1.2 +++ b/GNUmakefile Mon Sep 23 07:42:56 2013 +0300 1.3 @@ -10,7 +10,7 @@ 1.4 #opt = -O3 -ffast-math 1.5 1.6 CC = gcc 1.7 -CFLAGS = -pedantic -Wall $(dbg) $(opt) `pkg-config --cflags sdl` -Isrc -Idosemu $(add_cflags) -DRAST_FLOAT -DDBG_USE_FLOAT 1.8 +CFLAGS = -pedantic -Wall $(dbg) $(opt) `pkg-config --cflags sdl` -Isrc -Isrc/dosemu $(add_cflags) -DRAST_FLOAT -DDBG_USE_FLOAT 1.9 LDFLAGS = `pkg-config --libs sdl` -lm 1.10 #LDFLAGS = -Llib64 -Wl,-rpath=./lib64 -lSDL -lm 1.11 #LDFLAGS = -m32 -Llib32 -Wl,-rpath=./lib32 -lSDL-1.2 -lm