Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2017-11-14 02:40:15 +0300
committerGitHub <noreply@github.com>2017-11-14 02:40:15 +0300
commit749c80f7821f50e51dcd32bcd402b95eb4935f3c (patch)
tree3201ecaffa07e63b65b77872eee1db1c8c89c453 /src/Native/Runtime/CMakeLists.txt
parent510da95d44e0d05f985d0a2a95bdd0de3f598bb1 (diff)
Compile "Module" code manager for ProjectN only (#4924)
Diffstat (limited to 'src/Native/Runtime/CMakeLists.txt')
-rw-r--r--src/Native/Runtime/CMakeLists.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/Native/Runtime/CMakeLists.txt b/src/Native/Runtime/CMakeLists.txt
index c80fd7c1e..4a5593d5c 100644
--- a/src/Native/Runtime/CMakeLists.txt
+++ b/src/Native/Runtime/CMakeLists.txt
@@ -10,7 +10,6 @@ set(COMMON_RUNTIME_SOURCES
EHHelpers.cpp
event.cpp
FinalizerHelpers.cpp
- gcdump.cpp
GCHelpers.cpp
gcheaputilities.cpp
GCMemoryHelpers.cpp
@@ -21,14 +20,12 @@ set(COMMON_RUNTIME_SOURCES
HandleTableHelpers.cpp
MathHelpers.cpp
MiscHelpers.cpp
- module.cpp
TypeManager.cpp
ObjectLayout.cpp
OptionalFieldsRuntime.cpp
portable.cpp
profheapwalkhelper.cpp
RestrictedCallouts.cpp
- RHCodeMan.cpp
RhConfig.cpp
RuntimeInstance.cpp
RWLock.cpp
@@ -43,6 +40,11 @@ set(COMMON_RUNTIME_SOURCES
threadstore.cpp
UniversalTransitionHelpers.cpp
+ # ProjectN only
+ # gcdump.cpp
+ # module.cpp
+ # RHCodeMan.cpp
+
../gc/gccommon.cpp
../gc/gceewks.cpp
../gc/gcwks.cpp