X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=Debug%2Fsrc%2Fmap%2Fsubdir.mk;h=5faffc5ac2d334f35313803c750df218cf181331;hb=3673ff7cec6896ff3d3aaf7f19027c510a15bcda;hp=fa9307839b8adf843643082a669835e4fcbe54ab;hpb=c03b01f2a152927227a674d462794604aa08e5dd;p=l2e.git diff --git a/Debug/src/map/subdir.mk b/Debug/src/map/subdir.mk index fa93078..5faffc5 100644 --- a/Debug/src/map/subdir.mk +++ b/Debug/src/map/subdir.mk @@ -8,21 +8,27 @@ CPP_SRCS += \ ../src/map/Entity.cpp \ ../src/map/Map.cpp \ ../src/map/MapState.cpp \ -../src/map/Tile.cpp +../src/map/Tile.cpp \ +../src/map/TransitionState.cpp \ +../src/map/Trigger.cpp OBJS += \ ./src/map/Area.o \ ./src/map/Entity.o \ ./src/map/Map.o \ ./src/map/MapState.o \ -./src/map/Tile.o +./src/map/Tile.o \ +./src/map/TransitionState.o \ +./src/map/Trigger.o CPP_DEPS += \ ./src/map/Area.d \ ./src/map/Entity.d \ ./src/map/Map.d \ ./src/map/MapState.d \ -./src/map/Tile.d +./src/map/Tile.d \ +./src/map/TransitionState.d \ +./src/map/Trigger.d # Each subdirectory must supply rules for building sources it contributes