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
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/tools/mdbrebase/Makefile')
-rw-r--r--mcs/tools/mdbrebase/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/mcs/tools/mdbrebase/Makefile b/mcs/tools/mdbrebase/Makefile
new file mode 100644
index 00000000000..866e81a024e
--- /dev/null
+++ b/mcs/tools/mdbrebase/Makefile
@@ -0,0 +1,12 @@
+thisdir = tools/mdb-rebase
+SUBDIRS =
+include ../../build/rules.make
+
+PROGRAM = mdbrebase.exe
+
+LOCAL_MCS_FLAGS = \
+ /r:Mono.Cecil.dll \
+ /r:Mono.Cecil.Mdb.dll
+
+
+include ../../build/executable.make