]> git.localhorst.tv Git - l2e.git/blobdiff - Release/src/loader/subdir.mk
started an interpreter for parsed sources
[l2e.git] / Release / src / loader / subdir.mk
index c865204ca1f7829ace3d2470056324892c1ccedb..50f5baf397d36ca13e511c1af0dc378cad538719 100644 (file)
@@ -4,16 +4,19 @@
 
 # Add inputs and outputs from these tool invocations to the build variables 
 CPP_SRCS += \
+../src/loader/Interpreter.cpp \
 ../src/loader/ParsedSource.cpp \
 ../src/loader/Parser.cpp \
 ../src/loader/Tokenizer.cpp 
 
 OBJS += \
+./src/loader/Interpreter.o \
 ./src/loader/ParsedSource.o \
 ./src/loader/Parser.o \
 ./src/loader/Tokenizer.o 
 
 CPP_DEPS += \
+./src/loader/Interpreter.d \
 ./src/loader/ParsedSource.d \
 ./src/loader/Parser.d \
 ./src/loader/Tokenizer.d