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:
authorGaurav Khanna <gkhanna@microsoft.com>2015-11-19 23:46:11 +0300
committerGaurav Khanna <gkhanna@microsoft.com>2015-11-20 23:17:34 +0300
commite87838be7dadaf2fa70b3a13cd827f2c6d30b6ec (patch)
treed676259f27ffbaf5d3564e617ec3f25c37e2bb5d /src/.nuget
parentd9d4f47e2f2cc1f50ad6e22d532d170a8c7489da (diff)
Update steps to compile using ILCompiler in shell
Build OS X Development nuget package
Diffstat (limited to 'src/.nuget')
-rw-r--r--src/.nuget/toolchain.osx.10.10-x64.Microsoft.DotNet.ILCompiler.Development.nuspec37
1 files changed, 37 insertions, 0 deletions
diff --git a/src/.nuget/toolchain.osx.10.10-x64.Microsoft.DotNet.ILCompiler.Development.nuspec b/src/.nuget/toolchain.osx.10.10-x64.Microsoft.DotNet.ILCompiler.Development.nuspec
new file mode 100644
index 000000000..e0645c80c
--- /dev/null
+++ b/src/.nuget/toolchain.osx.10.10-x64.Microsoft.DotNet.ILCompiler.Development.nuspec
@@ -0,0 +1,37 @@
+<?xml version="1.0"?>
+<package >
+ <metadata>
+ <id>toolchain.osx.10.10-x64.Microsoft.DotNet.ILCompiler.Development</id>
+ <version>1.0.0-prerelease</version>
+ <title>Microsoft .NET Native Toolchain - Development Version</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 the toolchain to compile managed code to native.</description>
+ <releaseNotes>Initial release</releaseNotes>
+ <copyright>Copyright &#169; Microsoft Corporation</copyright>
+ <dependencies>
+ <dependency id="Microsoft.DiaSymReader" version="1.0.6" />
+ </dependencies>
+ </metadata>
+ <files>
+ <file src="../ilc.dll" target="ilc.dll" />
+ <file src="../ilc.exe" target="ilc.exe" />
+ <file src="../ILCompiler.Compiler.dll" target="ILCompiler.Compiler.dll" />
+ <file src="../ILCompiler.DependencyAnalysisFramework.dll" target="ILCompiler.DependencyAnalysisFramework.dll" />
+ <file src="../ILCompiler.TypeSystem.dll" target="ILCompiler.TypeSystem.dll" />
+ <file src="../lib/libRuntime.a" target="libRuntime.a" />
+ <file src="../lib/libPortableRuntime.a" target="libPortableRuntime.a" />
+ <file src="../lib/libbootstrapper.a" target="libbootstrapper.a" />
+ <file src="../lib/libbootstrappercpp.a" target="libbootstrappercpp.a" />
+ <file src="../lib/libSystem.Private.CoreLib.Native.a" target="libSystem.Private.CoreLib.Native.a" />
+ <file src="../System.Private.Corelib.dll" target="System.Private.Corelib.dll" />
+ <file src="../ToolRuntime/*.dll" />
+ <file src="../ToolRuntime/*.so" />
+ <file src="../ToolRuntime/corerun" target="corerun" />
+ <file src="../../../../packages/Microsoft.DiaSymReader/1.0.6/lib/portable-net45+win8/Microsoft.DiaSymReader.dll" />
+ </files>
+</package>