]> git.localhorst.tv Git - l2e.git/blobdiff - Release/src/common/subdir.mk
initialized monster animations and enabled -Wall compiler flag
[l2e.git] / Release / src / common / subdir.mk
index f4da71e698278d03e2ca52edf419830cd1e5ae9f..c471112a89764a0633a49af0e134a92a1f8b64a8 100644 (file)
@@ -4,20 +4,29 @@
 
 # Add inputs and outputs from these tool invocations to the build variables 
 CPP_SRCS += \
-../src/common/Item.cpp 
+../src/common/Ikari.cpp \
+../src/common/Inventory.cpp \
+../src/common/Item.cpp \
+../src/common/Spell.cpp 
 
 OBJS += \
-./src/common/Item.o 
+./src/common/Ikari.o \
+./src/common/Inventory.o \
+./src/common/Item.o \
+./src/common/Spell.o 
 
 CPP_DEPS += \
-./src/common/Item.d 
+./src/common/Ikari.d \
+./src/common/Inventory.d \
+./src/common/Item.d \
+./src/common/Spell.d 
 
 
 # Each subdirectory must supply rules for building sources it contributes
 src/common/%.o: ../src/common/%.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 ' '