]> git.zerfleddert.de Git - micropolis/blobdiff - src/sim/makefile
make monster behaviour configurable
[micropolis] / src / sim / makefile
index f773cd9a3ae65bb60df3808e4ba66010694a2163..bdf58472a6e1aa166281b2d9a0602b46ddf1d9f2 100644 (file)
@@ -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
 
Impressum, Datenschutz