]> git.localhorst.tv Git - l2e.git/blobdiff - Debug/src/sdl/subdir.mk
added some graphics primitive functions
[l2e.git] / Debug / src / sdl / subdir.mk
index 67239ce416f3d4e95ddbe9a23942753bc2ddd406..43bc0e66c3c41a333b378b084068331216ac4d1f 100644 (file)
@@ -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 ' '