X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=Debug%2Fsrc%2Fsdl%2Fsubdir.mk;h=43bc0e66c3c41a333b378b084068331216ac4d1f;hb=3b5b2b79db22ef40c031d791a976310ea49e0d8e;hp=67239ce416f3d4e95ddbe9a23942753bc2ddd406;hpb=5ceb9e51fd6768946c4a2d72aac13fa6bc78fa88;p=l2e.git diff --git a/Debug/src/sdl/subdir.mk b/Debug/src/sdl/subdir.mk index 67239ce..43bc0e6 100644 --- a/Debug/src/sdl/subdir.mk +++ b/Debug/src/sdl/subdir.mk @@ -4,23 +4,29 @@ # 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 +../src/sdl/InitScreen.cpp \ +../src/sdl/utility.cpp OBJS += \ +./src/sdl/InitImage.o \ ./src/sdl/InitSDL.o \ -./src/sdl/InitScreen.o +./src/sdl/InitScreen.o \ +./src/sdl/utility.o CPP_DEPS += \ +./src/sdl/InitImage.d \ ./src/sdl/InitSDL.d \ -./src/sdl/InitScreen.d +./src/sdl/InitScreen.d \ +./src/sdl/utility.d # Each subdirectory must supply rules for building sources it contributes 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 ' '