mirror of
https://github.com/corda/corda.git
synced 2025-03-03 04:49:46 +00:00
move system implementations to src/vm/system/
This commit is contained in:
parent
05b90b6544
commit
186a3993b5
4
makefile
4
makefile
@ -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),)
|
||||
|
Loading…
x
Reference in New Issue
Block a user