build fix
svn path=/trunk/gtk-sharp/; revision=19930
This commit is contained in:
parent
653f643360
commit
b828f81d01
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ sample.exe: sample.schema sample.glade $(SOURCES)
|
|||
$(MCS) /out:sample.exe $(SOURCES) /r:../../glib/glib-sharp.dll /r:../../pango/pango-sharp.dll /r:../../atk/atk-sharp.dll /r:../../art/art-sharp.dll /r:../../gdk/gdk-sharp.dll /r:$(GCONFDIR)/GConf/gconf-sharp.dll /r:../../gtk/gtk-sharp.dll /r:../../gnome/gnome-sharp.dll /r:../../glade/glade-sharp.dll /r:$(GCONFDIR)/GConf.PropertyEditors/gconf-sharp-peditors.dll /r:System.Drawing /resource:sample.glade
|
||||
|
||||
Settings.cs: sample.schema
|
||||
MONO_PATH=$(top_builddir)/gconf/GConf/gconf-sharp.dll $(RUNTIME) $(GCONFDIR)/tools/gconfsharp-schemagen.exe Sample sample.schema > Settings.cs
|
||||
MONO_PATH=$(top_builddir)/gconf/GConf/gconf-sharp.dll:${MONO_PATH} $(RUNTIME) $(GCONFDIR)/tools/gconfsharp-schemagen.exe Sample sample.schema > Settings.cs
|
||||
|
||||
install: all
|
||||
GCONF_CONFIG_SOURCE="" gconftool-2 --makefile-install-rule sample.schema
|
||||
|
|
Loading…
Reference in a new issue