X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=Debug%2Fsrc%2Fgraphics%2Fsubdir.mk;h=b7c5c2d3d80a76c2d9ef98c3d0875f578c9ed870;hb=cccda573516f3bce30efbaba3fc20e4148d3cdc8;hp=63083ec2666d6b447a625bf891e23c29f0bd128e;hpb=526504934732d84cf43f164125f04f1f3e9cb225;p=l2e.git diff --git a/Debug/src/graphics/subdir.mk b/Debug/src/graphics/subdir.mk index 63083ec..b7c5c2d 100644 --- a/Debug/src/graphics/subdir.mk +++ b/Debug/src/graphics/subdir.mk @@ -4,12 +4,15 @@ # Add inputs and outputs from these tool invocations to the build variables CPP_SRCS += \ +../src/graphics/Frame.cpp \ ../src/graphics/Sprite.cpp OBJS += \ +./src/graphics/Frame.o \ ./src/graphics/Sprite.o CPP_DEPS += \ +./src/graphics/Frame.d \ ./src/graphics/Sprite.d