X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=Release%2Fsrc%2Fgraphics%2Fsubdir.mk;h=c020692572cd22254b2cc66ce9aead1a1774d47c;hb=f7555575e8f2f8b9dbf740628f66e34ff93d8390;hp=ed834d987c9abe69be39cd275414a9b2f77b6e68;hpb=ed792d6d00d822384d79d049e644e372f7c3b4cd;p=l2e.git diff --git a/Release/src/graphics/subdir.mk b/Release/src/graphics/subdir.mk index ed834d9..c020692 100644 --- a/Release/src/graphics/subdir.mk +++ b/Release/src/graphics/subdir.mk @@ -6,6 +6,7 @@ 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 \ @@ -17,6 +18,7 @@ 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 \ @@ -28,6 +30,7 @@ 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 \