]> git.localhorst.tv Git - l2e.git/blobdiff - Debug/src/app/subdir.mk
Added CodeBlocks project file with Windows build target
[l2e.git] / Debug / src / app / subdir.mk
index ae7ec036b008c71e19612c3e03aa003d4ed9601a..caae9156b2f566f32e1939ffcce4e84e53491196 100644 (file)
@@ -5,22 +5,28 @@
 # Add inputs and outputs from these tool invocations to the build variables 
 CPP_SRCS += \
 ../src/app/Application.cpp \
-../src/app/Input.cpp 
+../src/app/Arguments.cpp \
+../src/app/Input.cpp \
+../src/app/State.cpp 
 
 OBJS += \
 ./src/app/Application.o \
-./src/app/Input.o 
+./src/app/Arguments.o \
+./src/app/Input.o \
+./src/app/State.o 
 
 CPP_DEPS += \
 ./src/app/Application.d \
-./src/app/Input.d 
+./src/app/Arguments.d \
+./src/app/Input.d \
+./src/app/State.d 
 
 
 # Each subdirectory must supply rules for building sources it contributes
 src/app/%.o: ../src/app/%.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 ' '