2003-10-09 Mike Kestner <mkestner@ximian.com>

* pango/Makefile.in : fix path to glib-sharp.dll

svn path=/trunk/gtk-sharp/; revision=18830
This commit is contained in:
Mike Kestner 2003-10-09 22:46:39 +00:00
parent 6b629e8cef
commit 3814787622
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-10-09 Mike Kestner <mkestner@ximian.com>
* pango/Makefile.in : fix path to glib-sharp.dll
2003-10-10 Martin Willemoes Hansen <mwh@sysrq.dk>
* Makefile.in: Updated to reflect moval of api xml files from api/

View File

@ -13,7 +13,7 @@ generated-stamp: $(APIS) *.custom ../generator/gapi_codegen.exe
$(ASSEMBLY): *.cs generated-stamp
$(MCS) --unsafe -nowarn:0660,0661 --target library \
-r System.Drawing -r glib-sharp.dll \
-r System.Drawing -r ../glib/glib-sharp.dll \
-o $(ASSEMBLY) --recurse '*.cs'
clean: