X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=Release%2Fsrc%2Fcommon%2Fsubdir.mk;h=d86dbcd271da0437f681fe043b03e8481d007b60;hb=ac3755adc509404528ef7de58695bf8e3bfb7dcd;hp=0f0f34de65b8952dd7ca53567671e4337f6f0e78;hpb=0c01d2b65aaf159bfd9bcf9d3f909a1d2ae5247f;p=l2e.git diff --git a/Release/src/common/subdir.mk b/Release/src/common/subdir.mk index 0f0f34d..d86dbcd 100644 --- a/Release/src/common/subdir.mk +++ b/Release/src/common/subdir.mk @@ -7,26 +7,29 @@ CPP_SRCS += \ ../src/common/Ikari.cpp \ ../src/common/Inventory.cpp \ ../src/common/Item.cpp \ -../src/common/Spell.cpp +../src/common/Spell.cpp \ +../src/common/TargetingMode.cpp OBJS += \ ./src/common/Ikari.o \ ./src/common/Inventory.o \ ./src/common/Item.o \ -./src/common/Spell.o +./src/common/Spell.o \ +./src/common/TargetingMode.o CPP_DEPS += \ ./src/common/Ikari.d \ ./src/common/Inventory.d \ ./src/common/Item.d \ -./src/common/Spell.d +./src/common/Spell.d \ +./src/common/TargetingMode.d # Each subdirectory must supply rules for building sources it contributes src/common/%.o: ../src/common/%.cpp @echo 'Building file: $<' @echo 'Invoking: GCC C++ Compiler' - g++ -I/usr/include/SDL -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<" + g++ -I/usr/include/SDL -O3 -Wall -Werror -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<" @echo 'Finished building: $<' @echo ' '