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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/msvc
diff options
context:
space:
mode:
authorJonathan Pobst <monkey@jpobst.com>2009-12-15 18:41:26 +0300
committerJonathan Pobst <monkey@jpobst.com>2009-12-15 18:41:26 +0300
commit1d0d9fd26d663a30c030666895709ac543bf9e93 (patch)
treef055d265664ebf6285862863717ca867f3ba5a91 /msvc
parentb560e4f432390970a062e5f35b7788a03eb74243 (diff)
Build System.Core in our bootstrap phase.
svn path=/trunk/mono/; revision=148481
Diffstat (limited to 'msvc')
-rw-r--r--msvc/win32.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/msvc/win32.xml b/msvc/win32.xml
index 56e33446100..758e9d03637 100644
--- a/msvc/win32.xml
+++ b/msvc/win32.xml
@@ -161,6 +161,21 @@
<Source type="list">Mono.CompilerServices.SymbolWriter.dll.sources</Source>
</Sources>
</Assembly>
+ <Assembly name="System.Core" destination="{destdir}\lib\mono\2.0\System.Core.dll">
+ <References>
+ <Reference>mscorlib</Reference>
+ <Reference>System</Reference>
+ <Reference>Mono.Posix</Reference>
+ </References>
+ <OutputType>library</OutputType>
+ <DefineConstants>NET_1_1;NET_2_0;NET_3_5;LIBC</DefineConstants>
+ <SourcePath>{sourcedir}\mcs\class\System.Core\</SourcePath>
+ <IgnoreWarnings>1720</IgnoreWarnings>
+ <Debug>false</Debug>
+ <Sources>
+ <Source type="list">System.Core.dll.sources</Source>
+ </Sources>
+ </Assembly>
<!-- This is the second pass, where we build the basic assemblies with our built mono/basic assemblies -->
<Assembly name="gmcs" destination="{destdir}\temp\gmcs.exe">