Imported Upstream version 4.6.0.125

Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2016-08-03 10:59:49 +00:00
parent a569aebcfd
commit e79aa3c0ed
17047 changed files with 3137615 additions and 392334 deletions

View File

@@ -1,16 +0,0 @@
2009-04-27 Jb Evain <jbevain@novell.com>
* sync with CodePlex r10923.
2009-04-23 Jb Evain <jbevain@novell.com>
* pdb2mdb.exe.sources: added.
* Makefile: update to the mcs build system.
2009-04-21 Jb Evain <jbevain@novell.com>
* Driver.cs: don't crash if a function doesn't have line information.
2009-04-20 Jb Evain <jbevain@novell.com>
* Initial commit of my week-end's hack: a fully managed pdb2mdb.

View File

@@ -4,9 +4,9 @@ include ../../build/rules.make
PROGRAM = pdb2mdb.exe
LOCAL_MCS_FLAGS = \
/r:Mono.Cecil.dll \
/r:Mono.CompilerServices.SymbolWriter.dll
LOCAL_MCS_FLAGS =
LIB_REFS = Mono.Cecil Mono.CompilerServices.SymbolWriter System.Core
EXTRA_DISTFILES = LICENSE