[banshee] [solitary] don't include Options.cs, add Makefile



commit bebee8bf0ed5c0a2fe897bc01af4a78b69dd9601
Author: Aaron Bockover <abockover novell com>
Date:   Tue Dec 29 17:58:37 2009 -0500

    [solitary] don't include Options.cs, add Makefile

 build/bundle/solitary/Makefile   |   19 +
 build/bundle/solitary/Options.cs | 1101 --------------------------------------
 2 files changed, 19 insertions(+), 1101 deletions(-)
---
diff --git a/build/bundle/solitary/Makefile b/build/bundle/solitary/Makefile
new file mode 100644
index 0000000..2199866
--- /dev/null
+++ b/build/bundle/solitary/Makefile
@@ -0,0 +1,19 @@
+ASSEMBLY = Solitary.exe
+SOURCE = \
+	Solitary.cs \
+	Item.cs \
+	AssemblyItem.cs \
+	NativeLibraryItem.cs \
+	Entry.cs \
+	Options.cs
+
+all: $(ASSEMBLY)
+
+$(ASSEMBLY): $(SOURCE)
+	gmcs -out:$@ -debug $(SOURCE)
+
+Options.cs:
+	cp `pkg-config --variable=Sources mono-options` .
+
+clean:
+	rm -rf $(ASSEMBLY){,.mdb} Options.cs



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]