return null;
}
+ // Return a list of currently available database directories.
public static string[] DirectoryList ()
{
List<string> dirs = new List<string> ();
$(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 $<