X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=Release%2Fsrc%2Fsdl%2Fsubdir.mk;h=ec2df9c51db9f4195f72d0c342976e4cecc8aa6e;hb=1c36f0002e3778f05aca3e6836556cfff94a268e;hp=ad789ab35c19ed5021d1c110cee01c80bc0e89e8;hpb=5ceb9e51fd6768946c4a2d72aac13fa6bc78fa88;p=l2e.git diff --git a/Release/src/sdl/subdir.mk b/Release/src/sdl/subdir.mk index ad789ab..ec2df9c 100644 --- a/Release/src/sdl/subdir.mk +++ b/Release/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 -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 ' '