X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=Release%2Fsrc%2Fcommon%2Fsubdir.mk;h=cc64cb3866efa83e5b99f40152965aeb11d0a706;hb=0ad5ca97b5df217329bc319d62564a9f46ba11d7;hp=910092d940afffb27209b14d61b2a4111f943f55;hpb=3f9f41338d8100a719e161a3a1cdda9dd227e2b4;p=l2e.git diff --git a/Release/src/common/subdir.mk b/Release/src/common/subdir.mk index 910092d..cc64cb3 100644 --- a/Release/src/common/subdir.mk +++ b/Release/src/common/subdir.mk @@ -4,6 +4,7 @@ # Add inputs and outputs from these tool invocations to the build variables CPP_SRCS += \ +../src/common/GameConfig.cpp \ ../src/common/GameState.cpp \ ../src/common/Hero.cpp \ ../src/common/Ikari.cpp \ @@ -14,6 +15,7 @@ CPP_SRCS += \ ../src/common/TargetingMode.cpp OBJS += \ +./src/common/GameConfig.o \ ./src/common/GameState.o \ ./src/common/Hero.o \ ./src/common/Ikari.o \ @@ -24,6 +26,7 @@ OBJS += \ ./src/common/TargetingMode.o CPP_DEPS += \ +./src/common/GameConfig.d \ ./src/common/GameState.d \ ./src/common/Hero.d \ ./src/common/Ikari.d \