0.8.1
This commit is contained in:
parent
a0644c22b3
commit
6ebe4a222b
4
config
4
config
@ -1,7 +1,7 @@
|
|||||||
#Config file for ZEngine#
|
#Config file for ZEngine#
|
||||||
#Edit only this file#
|
#Edit only this file#
|
||||||
|
|
||||||
BUILD= ZEngine-0.8.0
|
BUILD= ZEngine-0.8.1
|
||||||
|
|
||||||
#Define compiler commands:
|
#Define compiler commands:
|
||||||
CC= g++
|
CC= g++
|
||||||
@ -24,4 +24,4 @@ SRC= $(ZE)/src
|
|||||||
TEST = $(ZE)/test
|
TEST = $(ZE)/test
|
||||||
|
|
||||||
INCLUDE_PATH = -I$(ZE)/include $(INC_PATH)
|
INCLUDE_PATH = -I$(ZE)/include $(INC_PATH)
|
||||||
CFLAGS = -O2 $(WARN) $(INCLUDE_PATH)
|
CFLAGS = -O2 $(WARN) $(INCLUDE_PATH)
|
||||||
|
Loading…
Reference in New Issue
Block a user