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:
authorMiguel de Icaza <miguel@gnome.org>2001-07-02 08:19:12 +0400
committerMiguel de Icaza <miguel@gnome.org>2001-07-02 08:19:12 +0400
commit3c8a3d1b0698f57ba31ff2b74473f1a619a93382 (patch)
treef933481a93f6417df486e8b7cd63a39aa0c3252d /configure.in
parente04016adacbb074a8492c5e807a62dbaa91cf0f2 (diff)
Implement code disassembler.
svn path=/trunk/mono/; revision=45
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index c0bde9b200b..865f09b2d2c 100644
--- a/configure.in
+++ b/configure.in
@@ -31,4 +31,5 @@ Makefile
mono/Makefile
mono/metadata/Makefile
mono/dis/Makefile
+mono/cil/Makefile
]) \ No newline at end of file