Moved the map systems into their own directory

This commit is contained in:
Kayne Ruse
2013-10-17 23:33:02 +11:00
parent 6fc8570cf4
commit 7e603ffa89
15 changed files with 48 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#config
COMMONDIR+=../common
COMMONDIR+=../common ../common/mapsystem
COMMON+=../libcommon.a
LIB+=$(COMMON) -lmingw32 -lSDLmain -lSDL -llua -lsqlite3
CXXFLAGS+=-std=c++11 -DDEBUG $(addprefix -I,$(COMMONDIR))