Removed excess includes.
This commit is contained in:
parent
ac99f3df9d
commit
a01d4a7b4a
19
GNUmakefile
19
GNUmakefile
@ -138,18 +138,11 @@ endif
|
|||||||
# INCLUDE directories for MCServer
|
# INCLUDE directories for MCServer
|
||||||
|
|
||||||
INCLUDE = -I.\
|
INCLUDE = -I.\
|
||||||
-Isource\
|
-Isrc\
|
||||||
-Isource/md5\
|
-Isrc/md5\
|
||||||
-Isource/items\
|
-Isrc/items\
|
||||||
-Isource/blocks\
|
-Isrce/blocks\
|
||||||
-Itolua++-1.0.93/src/lib\
|
-Ilib
|
||||||
-Ilua-5.1.4/src\
|
|
||||||
-Izlib-1.2.7\
|
|
||||||
-IiniFile\
|
|
||||||
-Itolua++-1.0.93/include\
|
|
||||||
-Ijsoncpp-src-0.5.0/include\
|
|
||||||
-Ijsoncpp-src-0.5.0/src/lib_json\
|
|
||||||
-Iexpat
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -158,7 +151,7 @@ INCLUDE = -I.\
|
|||||||
###################################################
|
###################################################
|
||||||
# Build MCServer
|
# Build MCServer
|
||||||
|
|
||||||
SOURCES := $(shell find CryptoPP lua-5.1.4 jsoncpp-src-0.5.0 zlib-1.2.7 source tolua++-1.0.93 iniFile expat '(' -name '*.cpp' -o -name '*.c' ')')
|
SOURCES := $(shell find src lib '(' -name '*.cpp' -o -name '*.c' ')')
|
||||||
SOURCES := $(filter-out %minigzip.c %lua.c %tolua.c %toluabind.c %LeakFinder.cpp %StackWalker.cpp %example.c,$(SOURCES))
|
SOURCES := $(filter-out %minigzip.c %lua.c %tolua.c %toluabind.c %LeakFinder.cpp %StackWalker.cpp %example.c,$(SOURCES))
|
||||||
OBJECTS := $(patsubst %.c,$(BUILDDIR)%.o,$(SOURCES))
|
OBJECTS := $(patsubst %.c,$(BUILDDIR)%.o,$(SOURCES))
|
||||||
OBJECTS := $(patsubst %.cpp,$(BUILDDIR)%.o,$(OBJECTS))
|
OBJECTS := $(patsubst %.cpp,$(BUILDDIR)%.o,$(OBJECTS))
|
||||||
|
Loading…
Reference in New Issue
Block a user