X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=Release%2Fsrc%2Fcommon%2Fsubdir.mk;fp=Release%2Fsrc%2Fcommon%2Fsubdir.mk;h=0f0f34de65b8952dd7ca53567671e4337f6f0e78;hb=0c01d2b65aaf159bfd9bcf9d3f909a1d2ae5247f;hp=4ee363ad4a2c039e6370764dd4757edbe92db7d7;hpb=90846e56dc07ce8f57bc6c011d59fbd8a08a1170;p=l2e.git diff --git a/Release/src/common/subdir.mk b/Release/src/common/subdir.mk index 4ee363a..0f0f34d 100644 --- a/Release/src/common/subdir.mk +++ b/Release/src/common/subdir.mk @@ -4,16 +4,19 @@ # Add inputs and outputs from these tool invocations to the build variables CPP_SRCS += \ +../src/common/Ikari.cpp \ ../src/common/Inventory.cpp \ ../src/common/Item.cpp \ ../src/common/Spell.cpp OBJS += \ +./src/common/Ikari.o \ ./src/common/Inventory.o \ ./src/common/Item.o \ ./src/common/Spell.o CPP_DEPS += \ +./src/common/Ikari.d \ ./src/common/Inventory.d \ ./src/common/Item.d \ ./src/common/Spell.d