]> git.localhorst.tv Git - l2e.git/blobdiff - Debug/src/loader/subdir.mk
added basic parser (not completely tested)
[l2e.git] / Debug / src / loader / subdir.mk
index e91a41533b40996a39996e4605c6c96e0362861e..94e14953c96a9535236281b828ce49f33128522f 100644 (file)
@@ -4,12 +4,18 @@
 
 # Add inputs and outputs from these tool invocations to the build variables 
 CPP_SRCS += \
+../src/loader/ParsedSource.cpp \
+../src/loader/Parser.cpp \
 ../src/loader/Tokenizer.cpp 
 
 OBJS += \
+./src/loader/ParsedSource.o \
+./src/loader/Parser.o \
 ./src/loader/Tokenizer.o 
 
 CPP_DEPS += \
+./src/loader/ParsedSource.d \
+./src/loader/Parser.d \
 ./src/loader/Tokenizer.d