X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=Release%2Fsrc%2Fcommon%2Fsubdir.mk;h=4ee363ad4a2c039e6370764dd4757edbe92db7d7;hb=d872d756e64b8f1f57cba64ae19f479f8eab3927;hp=f4da71e698278d03e2ca52edf419830cd1e5ae9f;hpb=2d08482879cca41a03c5812dde9690ff3e07b474;p=l2e.git diff --git a/Release/src/common/subdir.mk b/Release/src/common/subdir.mk index f4da71e..4ee363a 100644 --- a/Release/src/common/subdir.mk +++ b/Release/src/common/subdir.mk @@ -4,13 +4,19 @@ # Add inputs and outputs from these tool invocations to the build variables CPP_SRCS += \ -../src/common/Item.cpp +../src/common/Inventory.cpp \ +../src/common/Item.cpp \ +../src/common/Spell.cpp OBJS += \ -./src/common/Item.o +./src/common/Inventory.o \ +./src/common/Item.o \ +./src/common/Spell.o CPP_DEPS += \ -./src/common/Item.d +./src/common/Inventory.d \ +./src/common/Item.d \ +./src/common/Spell.d # Each subdirectory must supply rules for building sources it contributes