X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=Release%2Fsrc%2Fcommon%2Fsubdir.mk;h=c471112a89764a0633a49af0e134a92a1f8b64a8;hb=d5959073b2c413ba1bd6f3d14bc8bcf59304e488;hp=4ee363ad4a2c039e6370764dd4757edbe92db7d7;hpb=d872d756e64b8f1f57cba64ae19f479f8eab3927;p=l2e.git diff --git a/Release/src/common/subdir.mk b/Release/src/common/subdir.mk index 4ee363a..c471112 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 @@ -23,7 +26,7 @@ CPP_DEPS += \ 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 ' '