X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/micropolis/blobdiff_plain/6f214ac0ef5899987197c2e4c9baa0b51a04c197..e049e4ba47308629d2233fdd3f85d49352463d9c:/src/sim/makefile diff --git a/src/sim/makefile b/src/sim/makefile index f773cd9..bdf5847 100644 --- a/src/sim/makefile +++ b/src/sim/makefile @@ -13,8 +13,14 @@ 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) -Wall