2005-01-12 Mike Kestner <mkestner@novell.com>
* sample/gnomevfs/Makefile,am : conditionally build. svn path=/trunk/gtk-sharp/; revision=38792
This commit is contained in:
parent
32aa6d0788
commit
04f9d007cc
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-01-12 Mike Kestner <mkestner@novell.com>
|
||||
|
||||
* sample/gnomevfs/Makefile,am : conditionally build.
|
||||
|
||||
2005-01-12 Mike Kestner <mkestner@novell.com>
|
||||
|
||||
* sample/gnomevfs/*.cs : s/Test.Gnome.VFS/TestGnomeVfs to avoid
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
if ENABLE_GNOMEVFS
|
||||
TARGETS = \
|
||||
TestAsync.exe \
|
||||
TestAsyncStream.exe \
|
||||
|
@ -13,6 +14,9 @@ TARGETS = \
|
|||
TestUnlink.exe \
|
||||
TestVolumes.exe \
|
||||
TestXfer.exe
|
||||
else
|
||||
TARGETS =
|
||||
endif
|
||||
|
||||
assemblies=../../glib/glib-sharp.dll ../../gnomevfs/gnome-vfs-sharp.dll
|
||||
references = $(addprefix /r:, $(assemblies)) /r:Mono.GetOptions
|
||||
|
|
Loading…
Reference in a new issue