X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=Debug%2Fsrc%2Fapp%2Fsubdir.mk;h=8fad388622e8a78baa916580f11755e2e458e935;hb=3f9f41338d8100a719e161a3a1cdda9dd227e2b4;hp=ae7ec036b008c71e19612c3e03aa003d4ed9601a;hpb=867fd5d9b79c3b9c1d0fb17ba9f55cfe971b93d5;p=l2e.git diff --git a/Debug/src/app/subdir.mk b/Debug/src/app/subdir.mk index ae7ec03..8fad388 100644 --- a/Debug/src/app/subdir.mk +++ b/Debug/src/app/subdir.mk @@ -5,14 +5,17 @@ # Add inputs and outputs from these tool invocations to the build variables CPP_SRCS += \ ../src/app/Application.cpp \ +../src/app/Arguments.cpp \ ../src/app/Input.cpp OBJS += \ ./src/app/Application.o \ +./src/app/Arguments.o \ ./src/app/Input.o CPP_DEPS += \ ./src/app/Application.d \ +./src/app/Arguments.d \ ./src/app/Input.d @@ -20,7 +23,7 @@ CPP_DEPS += \ 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 ' '