X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=Debug%2Fsrc%2Fgraphics%2Fsubdir.mk;h=23f43a82fecf4bc4a8e1a778685e2f12532953a6;hb=3673ff7cec6896ff3d3aaf7f19027c510a15bcda;hp=c755a65ad3f45555602c49fe91c1b97171d85316;hpb=ac3755adc509404528ef7de58695bf8e3bfb7dcd;p=l2e.git diff --git a/Debug/src/graphics/subdir.mk b/Debug/src/graphics/subdir.mk index c755a65..23f43a8 100644 --- a/Debug/src/graphics/subdir.mk +++ b/Debug/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 \