*** empty log message ***
[m17n/m17n-lib-cs.git] / Makefile
index 3837632..353493b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ M17NIM.dll: ${INPUT_SRC} M17N.dll M17NCore.dll XmlExpr.dll
 XmlExpr.dll: ${XEX_SRC}
        $(RUNCS) -out:$@ -t:library ${XEX_SRC}
 
-input.exe: input.cs M17NIM.dll
+input.exe: input.cs M17NIM.dll XmlExpr.dll
        $(RUNCS) -r:M17N.dll -r:M17NCore -r:XmlExpr -r:M17NIM.dll $<
 
 expr.exe: expr.cs