X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=Debug%2Fsrc%2Fcommon%2Fsubdir.mk;fp=Debug%2Fsrc%2Fcommon%2Fsubdir.mk;h=a4e6c46a7066f1a1f29f66ab55a82a5b679c7d82;hb=341371f1ac26af555407bf9fe9b78794297a385b;hp=44a8678c4c90f579630ce52b6744cc4a0f255a9e;hpb=2d08482879cca41a03c5812dde9690ff3e07b474;p=l2e.git diff --git a/Debug/src/common/subdir.mk b/Debug/src/common/subdir.mk index 44a8678..a4e6c46 100644 --- a/Debug/src/common/subdir.mk +++ b/Debug/src/common/subdir.mk @@ -4,12 +4,15 @@ # Add inputs and outputs from these tool invocations to the build variables CPP_SRCS += \ +../src/common/Inventory.cpp \ ../src/common/Item.cpp OBJS += \ +./src/common/Inventory.o \ ./src/common/Item.o CPP_DEPS += \ +./src/common/Inventory.d \ ./src/common/Item.d