зеркало из https://github.com/microsoft/Pyjion.git
update patches
This commit is contained in:
Родитель
7cc1410663
Коммит
7266385757
|
@ -1,8 +1,8 @@
|
|||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index ba328f4..23585c8 100644
|
||||
index ba328f4..2837e0a 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -762,7 +762,7 @@ add_definitions(-DFEATURE_ASYNC_IO)
|
||||
@@ -762,13 +762,13 @@ add_definitions(-DFEATURE_ASYNC_IO)
|
||||
add_definitions(-DFEATURE_BCL_FORMATTING)
|
||||
add_definitions(-DFEATURE_COLLECTIBLE_TYPES)
|
||||
|
||||
|
@ -11,3 +11,10 @@ index ba328f4..23585c8 100644
|
|||
add_definitions(-DFEATURE_CLASSIC_COMINTEROP)
|
||||
add_definitions(-DFEATURE_COMINTEROP)
|
||||
add_definitions(-DFEATURE_COMINTEROP_APARTMENT_SUPPORT)
|
||||
add_definitions(-DFEATURE_COMINTEROP_UNMANAGED_ACTIVATION)
|
||||
add_definitions(-DFEATURE_COMINTEROP_WINRT_MANAGED_ACTIVATION)
|
||||
-endif(WIN32)
|
||||
+endif(FALSE)
|
||||
|
||||
add_definitions(-DFEATURE_CORECLR)
|
||||
if (CLR_CMAKE_PLATFORM_UNIX)
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
|
||||
index 4ae4a7c..076a241 100644
|
||||
index 4ae4a7c..b76de27 100644
|
||||
--- a/src/CMakeLists.txt
|
||||
+++ b/src/CMakeLists.txt
|
||||
@@ -125,11 +125,7 @@ endif(CLR_CMAKE_PLATFORM_UNIX)
|
||||
@@ -125,25 +125,12 @@ endif(CLR_CMAKE_PLATFORM_UNIX)
|
||||
|
||||
add_subdirectory(utilcode)
|
||||
add_subdirectory(gcinfo)
|
||||
|
@ -12,14 +12,21 @@ index 4ae4a7c..076a241 100644
|
|||
-add_subdirectory(md)
|
||||
-add_subdirectory(debug)
|
||||
add_subdirectory(inc)
|
||||
add_subdirectory(strongname)
|
||||
add_subdirectory(binder)
|
||||
@@ -141,7 +137,7 @@ add_subdirectory(unwinder)
|
||||
add_subdirectory(ildasm)
|
||||
add_subdirectory(ilasm)
|
||||
-add_subdirectory(strongname)
|
||||
-add_subdirectory(binder)
|
||||
-add_subdirectory(classlibnative)
|
||||
-add_subdirectory(dlls)
|
||||
-add_subdirectory(ToolBox)
|
||||
-add_subdirectory(tools)
|
||||
-add_subdirectory(unwinder)
|
||||
-add_subdirectory(ildasm)
|
||||
-add_subdirectory(ilasm)
|
||||
|
||||
-if(WIN32)
|
||||
+if(FALSE)
|
||||
add_subdirectory(ipcman)
|
||||
endif(WIN32)
|
||||
-endif(WIN32)
|
||||
+endif(FALSE)
|
||||
|
||||
if(CLR_CMAKE_PLATFORM_UNIX)
|
||||
add_subdirectory(palrt)
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
diff --git a/src/utilcode/CMakeLists.txt b/src/utilcode/CMakeLists.txt
|
||||
index 9d35a7e..02d878a 100644
|
||||
--- a/src/utilcode/CMakeLists.txt
|
||||
+++ b/src/utilcode/CMakeLists.txt
|
||||
@@ -134,4 +134,4 @@ endif(CLR_CMAKE_PLATFORM_UNIX)
|
||||
add_subdirectory(dac)
|
||||
add_subdirectory(dyncrt)
|
||||
add_subdirectory(staticnohost)
|
||||
-add_subdirectory(crossgen)
|
||||
+
|
Загрузка…
Ссылка в новой задаче