Fix makefile
svn path=/trunk/gtk-sharp/; revision=8305
This commit is contained in:
parent
39b784baa0
commit
16ffbddd4e
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
MCS=mcs
|
||||
REFERENCES= glib-sharp gdk-sharp gtk-sharp gnome-sharp gda-sharp gnomedb-sharp System.Data System.Drawing
|
||||
REFERENCES= glib-sharp gdk-sharp gtk-sharp gnome-sharp gda-sharp System.Data System.Drawing
|
||||
|
||||
###
|
||||
|
||||
|
@ -7,7 +7,7 @@ REFS= $(addprefix /r:, $(REFERENCES))
|
|||
|
||||
all:
|
||||
$(MCS) $(REFS) client.cs
|
||||
$(MCS) $(REFS) GnomeDbClient.cs
|
||||
$(MCS) $(REFS) /r:gnomedb-sharp GnomeDbClient.cs
|
||||
|
||||
clean:
|
||||
rm -f *.exe *.pdb
|
||||
|
|
Loading…
Reference in a new issue