projects
/
micropolis
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
remove matherr
[micropolis]
/
src
/
sim
/
makefile
diff --git
a/src/sim/makefile
b/src/sim/makefile
index 7e4dd05c1c7a5c30124d5b10f52a98f8d06570d0..bdf58472a6e1aa166281b2d9a0602b46ddf1d9f2 100644
(file)
--- a/
src/sim/makefile
+++ b/
src/sim/makefile
@@
-13,10
+13,16
@@
CC = gcc
OPTFLAGS = -O3
#OPTFLAGS = -g
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 -DCAM -DNET
-DEFINES = -DIS_LINUX -DNO_AIRCRASH
+DEFINES = -DIS_LINUX -D
ORIGINAL_MONSTER_BEHAVIOUR #-D
NO_AIRCRASH
-CFLAGS += $(OPTFLAGS) $(DEFINES)
+CFLAGS += $(OPTFLAGS) $(DEFINES)
-Wall
#LDFLAGS = -Bstatic
LDFLAGS=-L/usr/X11/lib -L/usr/X11R6/lib
#LDFLAGS = -Bstatic
LDFLAGS=-L/usr/X11/lib -L/usr/X11R6/lib
Impressum
,
Datenschutz