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