X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=Release%2Fsrc%2Fgraphics%2Fsubdir.mk;h=c020692572cd22254b2cc66ce9aead1a1774d47c;hb=f7555575e8f2f8b9dbf740628f66e34ff93d8390;hp=1b53d998e1bed13a37f298a1ca0f4d5ff4ed421c;hpb=ac3755adc509404528ef7de58695bf8e3bfb7dcd;p=l2e.git diff --git a/Release/src/graphics/subdir.mk b/Release/src/graphics/subdir.mk index 1b53d99..c020692 100644 --- a/Release/src/graphics/subdir.mk +++ b/Release/src/graphics/subdir.mk @@ -5,6 +5,8 @@ # Add inputs and outputs from these tool invocations to the build variables CPP_SRCS += \ ../src/graphics/Animation.cpp \ +../src/graphics/Camera.cpp \ +../src/graphics/ColorFade.cpp \ ../src/graphics/ComplexAnimation.cpp \ ../src/graphics/Font.cpp \ ../src/graphics/Frame.cpp \ @@ -15,6 +17,8 @@ CPP_SRCS += \ OBJS += \ ./src/graphics/Animation.o \ +./src/graphics/Camera.o \ +./src/graphics/ColorFade.o \ ./src/graphics/ComplexAnimation.o \ ./src/graphics/Font.o \ ./src/graphics/Frame.o \ @@ -25,6 +29,8 @@ OBJS += \ CPP_DEPS += \ ./src/graphics/Animation.d \ +./src/graphics/Camera.d \ +./src/graphics/ColorFade.d \ ./src/graphics/ComplexAnimation.d \ ./src/graphics/Font.d \ ./src/graphics/Frame.d \ @@ -38,7 +44,7 @@ CPP_DEPS += \ src/graphics/%.o: ../src/graphics/%.cpp @echo 'Building file: $<' @echo 'Invoking: GCC C++ Compiler' - g++ -I/usr/include/SDL -O3 -Wall -Werror -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<" + g++ -DNDEBUG -I/usr/include/SDL -O3 -Wall -Werror -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<" @echo 'Finished building: $<' @echo ' '