X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/micropolis/blobdiff_plain/bf4857d3d4c67a0f185a99b63003e7fa43cbe2c4..6f81c61ffe4e9304f2cf43b622f1c3cbf0c2f0a9:/src/sim/makefile diff --git a/src/sim/makefile b/src/sim/makefile index 9705d6e..bdf5847 100644 --- a/src/sim/makefile +++ b/src/sim/makefile @@ -5,21 +5,24 @@ TCLXHOME = ../tclx TCLLIBRARY = /usr/local/lib/tcl TKLIBRARY = /usr/local/lib/tk -SDLINCLUDE = -SDLLIBS = -lSDL -lSDL_mixer - -#SDLINCLUDE += $$(pkg-config -cflags sdl) -#SDLLIBS += $$(pkg-config -libs sdl) +SDLINCLUDE = $$(/bin/sh ./sdl_helper cflags) +SDLLIBS = $$(/bin/sh ./sdl_helper libs) CC = gcc OPTFLAGS = -O3 #OPTFLAGS = -g +#Possible defines: +#ORIGINAL_MONSTER_BEHAVIOUR: The monster is able to walk over water and not die +#NO_AIRCRASH: The Aircrash-Disaster is disables completely +#CAM: ? +#NET: ? + #DEFINES = -DIS_LINUX -DCAM -DNET -DEFINES = -DIS_LINUX -DNO_AIRCRASH +DEFINES = -DIS_LINUX -DORIGINAL_MONSTER_BEHAVIOUR #-DNO_AIRCRASH -CFLAGS = $(OPTFLAGS) $(DEFINES) +CFLAGS += $(OPTFLAGS) $(DEFINES) -Wall #LDFLAGS = -Bstatic LDFLAGS=-L/usr/X11/lib -L/usr/X11R6/lib