X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=Debug%2Fsrc%2Fsdl%2Fsubdir.mk;h=4a12c4d34911a6c7b2fa5c9d45beb9df5a813e0e;hb=f6085f8568f2c754ed2eac294171e542139581f4;hp=67239ce416f3d4e95ddbe9a23942753bc2ddd406;hpb=5ceb9e51fd6768946c4a2d72aac13fa6bc78fa88;p=l2e.git diff --git a/Debug/src/sdl/subdir.mk b/Debug/src/sdl/subdir.mk index 67239ce..4a12c4d 100644 --- a/Debug/src/sdl/subdir.mk +++ b/Debug/src/sdl/subdir.mk @@ -4,14 +4,17 @@ # Add inputs and outputs from these tool invocations to the build variables CPP_SRCS += \ +../src/sdl/InitImage.cpp \ ../src/sdl/InitSDL.cpp \ ../src/sdl/InitScreen.cpp OBJS += \ +./src/sdl/InitImage.o \ ./src/sdl/InitSDL.o \ ./src/sdl/InitScreen.o CPP_DEPS += \ +./src/sdl/InitImage.d \ ./src/sdl/InitSDL.d \ ./src/sdl/InitScreen.d @@ -20,7 +23,7 @@ CPP_DEPS += \ src/sdl/%.o: ../src/sdl/%.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 ' '