0.8.1
This commit is contained in:
parent
a0644c22b3
commit
6ebe4a222b
4
config
4
config
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user