]> 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 b800be3840a024a5b6c15b7bf66d89f0e3e3dd97..43bc0e66c3c41a333b378b084068331216ac4d1f 100644 (file)
@@ -6,24 +6,27 @@
 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 ' '