add build files
authorJb Evain <jbevain@gmail.com>
Mon, 27 Aug 2007 16:32:09 +0000 (16:32 -0000)
committerJb Evain <jbevain@gmail.com>
Mon, 27 Aug 2007 16:32:09 +0000 (16:32 -0000)
svn path=/trunk/mcs/; revision=84889

mcs/class/Mono.Cecil.Mdb/Makefile [new file with mode: 0644]
mcs/class/Mono.Cecil.Mdb/Mono.Cecil.Mdb.dll.sources [new file with mode: 0644]

diff --git a/mcs/class/Mono.Cecil.Mdb/Makefile b/mcs/class/Mono.Cecil.Mdb/Makefile
new file mode 100644 (file)
index 0000000..b8f72bd
--- /dev/null
@@ -0,0 +1,12 @@
+thisdir = class/Mono.Cecil.Mdb
+include ../../build/rules.make
+
+LIBRARY = Mono.Cecil.Mdb.dll
+LIBRARY_SNK = ../mono.snk
+LIBRARY_PACKAGE = none
+
+LIB_MCS_FLAGS = /r:$(corlib) /r:Mono.Cecil.dll /d:CECIL -keyfile:$(LIBRARY_SNK)
+
+NO_TEST = yes
+
+include ../../build/library.make
diff --git a/mcs/class/Mono.Cecil.Mdb/Mono.Cecil.Mdb.dll.sources b/mcs/class/Mono.Cecil.Mdb/Mono.Cecil.Mdb.dll.sources
new file mode 100644 (file)
index 0000000..092a51e
--- /dev/null
@@ -0,0 +1,8 @@
+./Mono.Cecil.Mdb/AssemblyInfo.cs
+./Mono.Cecil.Mdb/MdbFactory.cs
+./Mono.Cecil.Mdb/MdbReader.cs
+./Mono.Cecil.Mdb/MdbWriter.cs
+../Mono.CompilerServices.SymbolWriter/MonoSymbolFile.cs
+../Mono.CompilerServices.SymbolWriter/MonoSymbolTable.cs
+../Mono.CompilerServices.SymbolWriter/MonoSymbolWriter.cs
+../Mono.CompilerServices.SymbolWriter/SymbolWriterImpl.cs