X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=Release%2Fsrc%2Fcommon%2Fsubdir.mk;fp=Release%2Fsrc%2Fcommon%2Fsubdir.mk;h=6ee13bc351170841ea0446fdc324e4694bbbf442;hb=341371f1ac26af555407bf9fe9b78794297a385b;hp=f4da71e698278d03e2ca52edf419830cd1e5ae9f;hpb=2d08482879cca41a03c5812dde9690ff3e07b474;p=l2e.git diff --git a/Release/src/common/subdir.mk b/Release/src/common/subdir.mk index f4da71e..6ee13bc 100644 --- a/Release/src/common/subdir.mk +++ b/Release/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