summaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authoradmin@omencraft.com <admin@omencraft.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2011-10-26 18:49:01 +0200
committeradmin@omencraft.com <admin@omencraft.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2011-10-26 18:49:01 +0200
commitacd537d53369002ff3e5557865cbe66af01ea3a1 (patch)
tree089e8aeadf3f16244326fb943c5c288ca0613e87 /makefile
parentUpdated VS2010 project files (diff)
downloadcuberite-acd537d53369002ff3e5557865cbe66af01ea3a1.tar
cuberite-acd537d53369002ff3e5557865cbe66af01ea3a1.tar.gz
cuberite-acd537d53369002ff3e5557865cbe66af01ea3a1.tar.bz2
cuberite-acd537d53369002ff3e5557865cbe66af01ea3a1.tar.lz
cuberite-acd537d53369002ff3e5557865cbe66af01ea3a1.tar.xz
cuberite-acd537d53369002ff3e5557865cbe66af01ea3a1.tar.zst
cuberite-acd537d53369002ff3e5557865cbe66af01ea3a1.zip
Diffstat (limited to 'makefile')
-rw-r--r--makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/makefile b/makefile
index f52c99a32..fb87b9081 100644
--- a/makefile
+++ b/makefile
@@ -127,6 +127,7 @@ MCServer : \
build/cPacket_DestroyEntity.o\
build/cPacket_Disconnect.o\
build/cPacket_EntityEquipment.o\
+ build/cPacket_CreateInventoryAction.o\
build/cPacket_EntityLook.o\
build/cPacket_EntityStatus.o\
build/cPacket_Flying.o\
@@ -307,6 +308,7 @@ MCServer : \
build/cPacket_DestroyEntity.o\
build/cPacket_Disconnect.o\
build/cPacket_EntityEquipment.o\
+ build/cPacket_CreateInventoryAction.o\
build/cPacket_EntityLook.o\
build/cPacket_EntityStatus.o\
build/cPacket_Flying.o\
@@ -490,6 +492,7 @@ clean :
build/cPacket_DestroyEntity.o\
build/cPacket_Disconnect.o\
build/cPacket_EntityEquipment.o\
+ build/cPacket_CreateInventoryAction.o\
build/cPacket_EntityLook.o\
build/cPacket_EntityStatus.o\
build/cPacket_Flying.o\
@@ -867,6 +870,9 @@ build/cPacket_Disconnect.o : source/packets/cPacket_Disconnect.cpp
build/cPacket_EntityEquipment.o : source/packets/cPacket_EntityEquipment.cpp
$(CC) $(CC_OPTIONS) source/packets/cPacket_EntityEquipment.cpp -c $(INCLUDE) -o build/cPacket_EntityEquipment.o
+build/cPacket_CreateInventoryAction.o : source/packets/cPacket_CreateInventoryAction.cpp
+ $(CC) $(CC_OPTIONS) source/packets/cPacket_CreateInventoryAction.cpp -c $(INCLUDE) -o build/cPacket_CreateInventoryAction.o
+
build/cPacket_EntityLook.o : source/packets/cPacket_EntityLook.cpp
$(CC) $(CC_OPTIONS) source/packets/cPacket_EntityLook.cpp -c $(INCLUDE) -o build/cPacket_EntityLook.o