banshee r4684 - trunk/banshee/src/Core/Banshee.CollectionIndexer/Demo
- From: abock svn gnome org
- To: svn-commits-list gnome org
- Subject: banshee r4684 - trunk/banshee/src/Core/Banshee.CollectionIndexer/Demo
- Date: Fri, 10 Oct 2008 01:01:32 +0000 (UTC)
Author: abock
Date: Fri Oct 10 01:01:32 2008
New Revision: 4684
URL: http://svn.gnome.org/viewvc/banshee?rev=4684&view=rev
Log:
Commited makefile
Added:
trunk/banshee/src/Core/Banshee.CollectionIndexer/Demo/Makefile
Modified:
trunk/banshee/src/Core/Banshee.CollectionIndexer/Demo/ (props changed)
Added: trunk/banshee/src/Core/Banshee.CollectionIndexer/Demo/Makefile
==============================================================================
--- (empty file)
+++ trunk/banshee/src/Core/Banshee.CollectionIndexer/Demo/Makefile Fri Oct 10 01:01:32 2008
@@ -0,0 +1,18 @@
+ASSEMBLY = RemoteClient.exe
+SOURCES = RemoteClient.cs
+
+INDEXER_LIB = Banshee.CollectionIndexer.dll
+INDEXER_LIB_SRC = ../../../../bin/$(INDEXER_LIB)
+
+$(ASSEMBLY): $(INDEXER_LIB) $(SOURCES)
+ gmcs -debug -out:$@ -r:$< -pkg:ndesk-dbus-1.0 $(SOURCES)
+
+$(INDEXER_LIB): $(INDEXER_LIB_SRC)
+ cp -a $< $@
+
+run: $(ASSEMBLY)
+ mono --debug $< --debug
+
+clean:
+ rm -f $(INDEXER_LIB) $(ASSEMBLY) *.mdb
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]