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>2018-04-10 02:51:17 +0300
committerGitHub <noreply@github.com>2018-04-10 02:51:17 +0300
commite874d6c58adce75165e5c1bfe877ed1608778104 (patch)
treeaea911d0975d246b16308e9cd234dd85861cae6f /src/Native
parent88c56dbf1da0b6d5a9d0c5ab70de812ce92c4ab6 (diff)
New ObjectWriter NuGet packaging scripts (#5667)
* Delete old ObjectWriter NuGet packaging scripts * New ObjectWriter NuGet packaging scripts
Diffstat (limited to 'src/Native')
-rw-r--r--src/Native/CMakeLists.txt3
-rw-r--r--src/Native/ObjWriter/.nuget/Microsoft.DotNet.ObjectWriter.nuspec20
-rw-r--r--src/Native/ObjWriter/.nuget/runtime.json19
-rw-r--r--src/Native/ObjWriter/.nuget/toolchain.osx.10.10-x64.Microsoft.DotNet.ObjectWriter.nuspec20
-rw-r--r--src/Native/ObjWriter/.nuget/toolchain.ubuntu.14.04-x64.Microsoft.DotNet.ObjectWriter.nuspec20
-rw-r--r--src/Native/ObjWriter/.nuget/toolchain.win7-x64.Microsoft.DotNet.ObjectWriter.nuspec20
6 files changed, 1 insertions, 101 deletions
diff --git a/src/Native/CMakeLists.txt b/src/Native/CMakeLists.txt
index 219d68936..2aad804ff 100644
--- a/src/Native/CMakeLists.txt
+++ b/src/Native/CMakeLists.txt
@@ -228,7 +228,6 @@ if(NOT WIN32)
add_subdirectory(System.Private.CoreLib.Native)
endif(NOT WIN32)
-# Build ObjWriter on Linux only
-if(CMAKE_SYSTEM_NAME STREQUAL Linux AND OBJWRITER_BUILD)
+if(OBJWRITER_BUILD)
add_subdirectory(ObjWriter/llvmCap)
endif()
diff --git a/src/Native/ObjWriter/.nuget/Microsoft.DotNet.ObjectWriter.nuspec b/src/Native/ObjWriter/.nuget/Microsoft.DotNet.ObjectWriter.nuspec
deleted file mode 100644
index f3421bb32..000000000
--- a/src/Native/ObjWriter/.nuget/Microsoft.DotNet.ObjectWriter.nuspec
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0"?>
-<package >
- <metadata>
- <id>Microsoft.DotNet.ObjectWriter</id>
- <version>1.0.19-prerelease-00001</version>
- <title>Microsoft .NET Object File Generator</title>
- <authors>Microsoft</authors>
- <owners>Microsoft</owners>
- <licenseUrl>http://go.microsoft.com/fwlink/?LinkId=329770</licenseUrl>
- <projectUrl>https://github.com/dotnet/corert</projectUrl>
- <iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
- <requireLicenseAcceptance>true</requireLicenseAcceptance>
- <description>Provides object writer to the managed to native code-generator.</description>
- <releaseNotes>Initial release</releaseNotes>
- <copyright>Copyright &#169; Microsoft Corporation</copyright>
- </metadata>
- <files>
- <file src="runtime.json" />
- </files>
-</package>
diff --git a/src/Native/ObjWriter/.nuget/runtime.json b/src/Native/ObjWriter/.nuget/runtime.json
deleted file mode 100644
index c9c5b8e6b..000000000
--- a/src/Native/ObjWriter/.nuget/runtime.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "runtimes": {
- "win7-x64": {
- "Microsoft.DotNet.ObjectWriter": {
- "toolchain.win7-x64.Microsoft.DotNet.ObjectWriter": "1.0.19-prerelease-00001"
- }
- },
- "ubuntu.14.04-x64": {
- "Microsoft.DotNet.ObjectWriter": {
- "toolchain.ubuntu.14.04-x64.Microsoft.DotNet.ObjectWriter": "1.0.19-prerelease-00001"
- }
- },
- "osx.10.10-x64": {
- "Microsoft.DotNet.ObjectWriter": {
- "toolchain.osx.10.10-x64.Microsoft.DotNet.ObjectWriter": "1.0.19-prerelease-00001"
- }
- }
- }
-}
diff --git a/src/Native/ObjWriter/.nuget/toolchain.osx.10.10-x64.Microsoft.DotNet.ObjectWriter.nuspec b/src/Native/ObjWriter/.nuget/toolchain.osx.10.10-x64.Microsoft.DotNet.ObjectWriter.nuspec
deleted file mode 100644
index 7a571beaf..000000000
--- a/src/Native/ObjWriter/.nuget/toolchain.osx.10.10-x64.Microsoft.DotNet.ObjectWriter.nuspec
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0"?>
-<package >
- <metadata>
- <id>toolchain.osx.10.10-x64.Microsoft.DotNet.ObjectWriter</id>
- <version>1.0.19-prerelease-00001</version>
- <title>Microsoft .NET Object File Generator</title>
- <authors>Microsoft</authors>
- <owners>Microsoft</owners>
- <licenseUrl>http://go.microsoft.com/fwlink/?LinkId=329770</licenseUrl>
- <projectUrl>https://github.com/dotnet/corert</projectUrl>
- <iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
- <requireLicenseAcceptance>true</requireLicenseAcceptance>
- <description>Provides object writer to the managed to native code-generator.</description>
- <releaseNotes>Initial release</releaseNotes>
- <copyright>Copyright &#169; Microsoft Corporation</copyright>
- </metadata>
- <files>
- <file src="../libobjwriter.dylib" target="runtimes/osx.10.10-x64/native/libobjwriter.dylib" />
- </files>
-</package>
diff --git a/src/Native/ObjWriter/.nuget/toolchain.ubuntu.14.04-x64.Microsoft.DotNet.ObjectWriter.nuspec b/src/Native/ObjWriter/.nuget/toolchain.ubuntu.14.04-x64.Microsoft.DotNet.ObjectWriter.nuspec
deleted file mode 100644
index fd9c514c6..000000000
--- a/src/Native/ObjWriter/.nuget/toolchain.ubuntu.14.04-x64.Microsoft.DotNet.ObjectWriter.nuspec
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0"?>
-<package >
- <metadata>
- <id>toolchain.ubuntu.14.04-x64.Microsoft.DotNet.ObjectWriter</id>
- <version>1.0.19-prerelease-00001</version>
- <title>Microsoft .NET Object File Generator</title>
- <authors>Microsoft</authors>
- <owners>Microsoft</owners>
- <licenseUrl>http://go.microsoft.com/fwlink/?LinkId=329770</licenseUrl>
- <projectUrl>https://github.com/dotnet/corert</projectUrl>
- <iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
- <requireLicenseAcceptance>true</requireLicenseAcceptance>
- <description>Provides object writer to the managed to native code-generator.</description>
- <releaseNotes>Initial release</releaseNotes>
- <copyright>Copyright &#169; Microsoft Corporation</copyright>
- </metadata>
- <files>
- <file src="../libobjwriter.so" target="runtimes/ubuntu.14.04-x64/native/libobjwriter.so" />
- </files>
-</package>
diff --git a/src/Native/ObjWriter/.nuget/toolchain.win7-x64.Microsoft.DotNet.ObjectWriter.nuspec b/src/Native/ObjWriter/.nuget/toolchain.win7-x64.Microsoft.DotNet.ObjectWriter.nuspec
deleted file mode 100644
index a54cdc230..000000000
--- a/src/Native/ObjWriter/.nuget/toolchain.win7-x64.Microsoft.DotNet.ObjectWriter.nuspec
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0"?>
-<package >
- <metadata>
- <id>toolchain.win7-x64.Microsoft.DotNet.ObjectWriter</id>
- <version>1.0.19-prerelease-00001</version>
- <title>Microsoft .NET Object File Generator</title>
- <authors>Microsoft</authors>
- <owners>Microsoft</owners>
- <licenseUrl>http://go.microsoft.com/fwlink/?LinkId=329770</licenseUrl>
- <projectUrl>https://github.com/dotnet/corert</projectUrl>
- <iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
- <requireLicenseAcceptance>true</requireLicenseAcceptance>
- <description>Provides object writer to the managed to native code-generator.</description>
- <releaseNotes>Initial release</releaseNotes>
- <copyright>Copyright &#169; Microsoft Corporation</copyright>
- </metadata>
- <files>
- <file src="..\objwriter.dll" target="runtimes\win7-x64\native\objwriter.dll" />
- </files>
-</package>