move system implementations to src/vm/system/

This commit is contained in:
Joshua Warner 2013-02-21 13:11:29 -07:00
parent 05b90b6544
commit 186a3993b5
3 changed files with 2 additions and 2 deletions

View File

@ -942,7 +942,7 @@ generated-code = \
vm-depends := $(generated-code) $(wildcard $(src)/*.h) $(wildcard $(src)/codegen/*.h) $(wildcard $(src)/codegen/compiler/*.h)
vm-sources = \
$(src)/$(system).cpp \
$(src)/vm/system/$(system).cpp \
$(src)/finder.cpp \
$(src)/machine.cpp \
$(src)/util.cpp \
@ -1072,7 +1072,7 @@ boot-object = $(build)/boot.o
generator-depends := $(wildcard $(src)/*.h)
generator-sources = \
$(src)/tools/type-generator/main.cpp \
$(src)/$(build-system).cpp \
$(src)/vm/system/$(build-system).cpp \
$(src)/finder.cpp
ifneq ($(lzma),)