2002-08-15 Mike Kestner <mkestner@speakeasy.net>

* sample/Makefile.in : add some art-sharp refs

svn path=/trunk/gtk-sharp/; revision=6667
This commit is contained in:
Mike Kestner 2002-08-16 05:00:31 +00:00
parent 8ee14c0488
commit 64addd90b9
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2002-08-15 Mike Kestner <mkestner@speakeasy.net>
* sample/Makefile.in : add some art-sharp refs
2002-08-11 Miguel de Icaza <miguel@ximian.com>
* glub/adjustment.c: C-side of the Adjustment glue.

6
art/.cvsignore Executable file
View File

@ -0,0 +1,6 @@
*.dll
*.exe
*.xml
generated
Makefile

6
glade/.cvsignore Executable file
View File

@ -0,0 +1,6 @@
*.dll
*.exe
*.xml
generated
Makefile

View File

@ -1,7 +1,7 @@
MCS=mcs
@ENABLE_GNOME_TRUE@ GNOME_PATH=-L ../gnome
@ENABLE_GNOME_TRUE@ GNOME_ASSEMBLY=-r gnome-sharp.dll
@ENABLE_GNOME_TRUE@ GNOME_PATH=-L ../art -L ../gnome
@ENABLE_GNOME_TRUE@ GNOME_ASSEMBLY=-r art-sharp.dll -r gnome-sharp.dll
@ENABLE_GNOME_TRUE@ GNOME_TARGETS=gnome-hello-world.exe canvas-example.exe fifteen.exe
@ENABLE_GLADE_TRUE@ GLADE_PATH=-L ../glade