From a31a15176c89540d23fc870e6bd67c5af23bbd5f Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 19 Jun 2009 11:40:10 +0000 Subject: [PATCH] *** empty log message *** --- MDatabase.cs | 1 + Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/MDatabase.cs b/MDatabase.cs index 539ba4e..6c601de 100644 --- a/MDatabase.cs +++ b/MDatabase.cs @@ -881,6 +881,7 @@ namespace M17N.Core return null; } + // Return a list of currently available database directories. public static string[] DirectoryList () { List dirs = new List (); diff --git a/Makefile b/Makefile index 0743c4a..279083c 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ M17N.dll: ${M17N_SRC} $(CS) -out:$@ -t:library ${M17N_SRC} M17NCore.dll: M17N.dll ${CORE_SRC} - $(CS) -out:$@ -t:library -r:M17N.dll -doc:M17NCore.xml ${CORE_SRC} + $(CS) -out:$@ -t:library -r:M17N.dll ${CORE_SRC} %.exe: %.cs M17NCore.dll $(CS) -codepage:65001 -r:M17N.dll -r:M17NCore $< -- 1.7.10.4