Moved client scenes to a sub directory, reworked build process

This commit is contained in:
Kayne Ruse
2013-12-06 20:22:55 +11:00
parent fc2b67608f
commit e640eda771
23 changed files with 79 additions and 41 deletions
+4 -5
View File
@@ -1,9 +1,8 @@
#config
COMMONDIR+=.. ../graphics
COMMON+=../../libcommon.a
LIB+=
CXXFLAGS+=-std=c++11 -DDEBUG $(addprefix -I,$(COMMONDIR))
CFLAGS+=-DDEBUG $(addprefix -I,$(COMMONDIR))
INCLUDES+=. .. ../graphics
LIBS+=
CXXFLAGS+=-std=c++11 -DDEBUG $(addprefix -I,$(INCLUDES))
CFLAGS+=-DDEBUG $(addprefix -I,$(INCLUDES))
#source
CXXSRC=$(wildcard *.cpp)