*** empty log message ***
[m17n/m17n-lib-cs.git] / Makefile
index e0f22ef..ccf25d3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -29,16 +29,16 @@ XmlExpr.dll: ${XEX_SRC}
        $(RUNCS) -out:$@ -t:library ${XEX_SRC}
 
 input.exe: input.cs M17NIM.dll XmlExpr.dll
-       $(RUNCS) -r:M17N.dll -r:M17NCore -r:XmlExpr -r:M17NIM.dll $<
+       $(RUNCS) -r:M17N.dll -r:M17NCore.dll -r:XmlExpr.dll -r:M17NIM.dll $<
 
 expr.exe: expr.cs
-       $(RUNCS) -r:M17N.dll -r:M17NCore -r:M17NExpr $<
+       $(RUNCS) -r:M17N.dll -r:M17NCore.dll -r:M17NExpr.dll $<
 
 xex.exe: xex.cs XmlExpr.dll
        $(RUNCS) -r:XmlExpr.dll $<
 
 %.exe: %.cs ${DLL}
-       $(RUNCS) -r:M17N.dll -r:M17NCore $<
+       $(RUNCS) -r:M17N.dll -r:M17NCore.dll $<
 
 clean:
        rm -f $(DLL) *.exe