With mcs -r use either a full path name or an assembly name.

svn path=/trunk/gtk-sharp/; revision=4270
This commit is contained in:
Paolo Molaro 2002-05-04 09:17:01 +00:00
parent 5c9dfb1523
commit 9df5506aba

View file

@ -31,4 +31,4 @@ install: all
@echo "Nothing to install in generator."
codegen.exe: *.cs
$(MCS) --unsafe -o codegen.exe -r System.Xml.dll *.cs
$(MCS) --unsafe -o codegen.exe -r System.Xml *.cs