This commit is contained in:
James Turk 2003-01-03 04:00:11 +00:00
parent a0644c22b3
commit 6ebe4a222b

4
config
View File

@ -1,7 +1,7 @@
#Config file for ZEngine#
#Edit only this file#
BUILD= ZEngine-0.8.0
BUILD= ZEngine-0.8.1
#Define compiler commands:
CC= g++
@ -24,4 +24,4 @@ SRC= $(ZE)/src
TEST = $(ZE)/test
INCLUDE_PATH = -I$(ZE)/include $(INC_PATH)
CFLAGS = -O2 $(WARN) $(INCLUDE_PATH)
CFLAGS = -O2 $(WARN) $(INCLUDE_PATH)