You've already forked linux-packaging-mono
Imported Upstream version 4.6.0.125
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
parent
a569aebcfd
commit
e79aa3c0ed
@@ -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.
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user