]> git.localhorst.tv Git - l2e.git/blobdiff - Release/src/app/subdir.mk
Added CodeBlocks project file with Windows build target
[l2e.git] / Release / src / app / subdir.mk
index 3255ffa8f698ddf8e8e278ef4d1868e075540d94..57cbd254b17389a6e45a161bdbc6d9d310fbdaa8 100644 (file)
@@ -5,15 +5,21 @@
 # Add inputs and outputs from these tool invocations to the build variables 
 CPP_SRCS += \
 ../src/app/Application.cpp \
-../src/app/Input.cpp 
+../src/app/Arguments.cpp \
+../src/app/Input.cpp \
+../src/app/State.cpp 
 
 OBJS += \
 ./src/app/Application.o \
-./src/app/Input.o 
+./src/app/Arguments.o \
+./src/app/Input.o \
+./src/app/State.o 
 
 CPP_DEPS += \
 ./src/app/Application.d \
-./src/app/Input.d 
+./src/app/Arguments.d \
+./src/app/Input.d \
+./src/app/State.d 
 
 
 # Each subdirectory must supply rules for building sources it contributes