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>2015-10-30 03:24:29 +0300
committerJan Kotas <jkotas@microsoft.com>2015-10-30 06:58:39 +0300
commita885624112e09ede5ce0c91971f45ae00d7006b9 (patch)
tree3f186659e3ff519900aa185817e03df2b1c9e92d /src/.nuget
parente1130965dc2ccb1d59b01d86a234b3a23ce5ec04 (diff)
Create two build flavors of the runtime
- Full - required by the JITCodeGen. The low-level helpers can be implemented in assembly code. - Portable - meant to be used with CppCodeGen only. Pure C/C++. No assembly code.
Diffstat (limited to 'src/.nuget')
-rw-r--r--src/.nuget/Microsoft.Dotnet.ILToNative.Development.nuspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/.nuget/Microsoft.Dotnet.ILToNative.Development.nuspec b/src/.nuget/Microsoft.Dotnet.ILToNative.Development.nuspec
index e729d2e66..2798016f7 100644
--- a/src/.nuget/Microsoft.Dotnet.ILToNative.Development.nuspec
+++ b/src/.nuget/Microsoft.Dotnet.ILToNative.Development.nuspec
@@ -28,6 +28,7 @@
<file src="..\ILToNative.TypeSystem.dll" target="ILToNative.TypeSystem.dll" />
<file src="..\ILToNative.TypeSystem.pdb" target="pdb\ILToNative.TypeSystem.pdb" />
<file src="..\lib\Runtime.lib" target="sdk\Runtime.lib" />
+ <file src="..\lib\PortableRuntime.lib" target="sdk\PortableRuntime.lib" />
<file src="..\System.Private.Corelib.dll" target="sdk\System.Private.Corelib.dll" />
<file src="..\System.Private.Corelib.pdb" target="pdb\System.Private.Corelib.pdb" />
<file src="..\toolruntime\*.dll" />