Add plugin path, separate search plugins
[WebThing.git] / searchplugins / Makefile
diff --git a/searchplugins/Makefile b/searchplugins/Makefile
new file mode 100644 (file)
index 0000000..41b3880
--- /dev/null
@@ -0,0 +1,10 @@
+CSFLAGS = -debug
+references = -r:../WebThing.dll -r:System.Web
+
+all: GoogleSearch.dll WikipediaSearch.dll
+
+clean:
+       rm -f *.dll *.mdb *.so
+
+%.dll: %.cs ../WebThing.dll
+       gmcs $(CSFLAGS) $(references) -target:library -out:$@ $<