X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=Debug%2Fsrc%2Fapp%2Fsubdir.mk;h=8fad388622e8a78baa916580f11755e2e458e935;hb=7830acc2ab78d0c82a72948c4eb87eeb6463693c;hp=76160a841f1ac6d441fe4dfb8b4e940d188750ae;hpb=59d528aaa84a2210b0a357887853f534cfbea156;p=l2e.git diff --git a/Debug/src/app/subdir.mk b/Debug/src/app/subdir.mk index 76160a8..8fad388 100644 --- a/Debug/src/app/subdir.mk +++ b/Debug/src/app/subdir.mk @@ -4,20 +4,26 @@ # Add inputs and outputs from these tool invocations to the build variables CPP_SRCS += \ -../src/app/Application.cpp +../src/app/Application.cpp \ +../src/app/Arguments.cpp \ +../src/app/Input.cpp OBJS += \ -./src/app/Application.o +./src/app/Application.o \ +./src/app/Arguments.o \ +./src/app/Input.o CPP_DEPS += \ -./src/app/Application.d +./src/app/Application.d \ +./src/app/Arguments.d \ +./src/app/Input.d # Each subdirectory must supply rules for building sources it contributes src/app/%.o: ../src/app/%.cpp @echo 'Building file: $<' @echo 'Invoking: GCC C++ Compiler' - g++ -I/usr/include/SDL -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<" + g++ -I/usr/include/SDL -O0 -g3 -Wall -Werror -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<" @echo 'Finished building: $<' @echo ' '