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:
parent
5c9dfb1523
commit
9df5506aba
1 changed files with 1 additions and 1 deletions
|
@ -31,4 +31,4 @@ install: all
|
||||||
@echo "Nothing to install in generator."
|
@echo "Nothing to install in generator."
|
||||||
|
|
||||||
codegen.exe: *.cs
|
codegen.exe: *.cs
|
||||||
$(MCS) --unsafe -o codegen.exe -r System.Xml.dll *.cs
|
$(MCS) --unsafe -o codegen.exe -r System.Xml *.cs
|
||||||
|
|
Loading…
Reference in a new issue