Updated SQL script
This commit is contained in:
+2
-1
@@ -1,5 +1,5 @@
|
||||
#include directories
|
||||
INCLUDES+=. accounts characters clients combat creatures entities rooms triggers ../common/debugging ../common/gameplay ../common/map ../common/network ../common/network/packet_types ../common/utilities
|
||||
INCLUDES+=. accounts characters clients combat creatures entities inventory rooms triggers ../common/debugging ../common/gameplay ../common/map ../common/network ../common/network/packet_types ../common/utilities
|
||||
|
||||
#libraries
|
||||
#the order of the $(LIBS) is important, at least for MinGW
|
||||
@@ -35,6 +35,7 @@ all: $(OBJ) $(OUT)
|
||||
$(MAKE) -C combat
|
||||
$(MAKE) -C creatures
|
||||
$(MAKE) -C entities
|
||||
$(MAKE) -C inventory
|
||||
$(MAKE) -C rooms
|
||||
$(MAKE) -C triggers
|
||||
$(CXX) $(CXXFLAGS) -o $(OUT) $(OBJ) $(LIBS)
|
||||
|
||||
Reference in New Issue
Block a user