Index: Basenji/Basenji/Makefile
===================================================================
--- basenji_0.9.0.orig/Basenji/Makefile	2012-02-19 14:46:44.204848506 +0100
+++ basenji_0.9.0/Basenji/Makefile	2012-02-19 14:48:01.648844836 +0100
@@ -9,7 +9,7 @@
 include $(top_srcdir)/config.make
 
 ifeq ($(CONFIG),DEBUG)
-ASSEMBLY_COMPILER_COMMAND = dmcs
+ASSEMBLY_COMPILER_COMMAND = mono-csc
 ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:3 -optimize- -debug "-define:DEBUG"
 ASSEMBLY = bin/Debug/Basenji.exe
 ASSEMBLY_MDB = $(ASSEMBLY).mdb
@@ -38,7 +38,7 @@
 endif
 
 ifeq ($(CONFIG),RELEASE)
-ASSEMBLY_COMPILER_COMMAND = dmcs
+ASSEMBLY_COMPILER_COMMAND = mono-csc
 ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:3 -optimize+
 ASSEMBLY = bin/Release/Basenji.exe
 ASSEMBLY_MDB = 
@@ -62,7 +62,7 @@
 endif
 
 ifeq ($(CONFIG),GNOME_DEBUG)
-ASSEMBLY_COMPILER_COMMAND = dmcs
+ASSEMBLY_COMPILER_COMMAND = mono-csc
 ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:3 -optimize- -debug "-define:DEBUG"
 ASSEMBLY = bin/Debug/Basenji.exe
 ASSEMBLY_MDB = $(ASSEMBLY).mdb
@@ -91,7 +91,7 @@
 endif
 
 ifeq ($(CONFIG),GNOME_RELEASE)
-ASSEMBLY_COMPILER_COMMAND = dmcs
+ASSEMBLY_COMPILER_COMMAND = mono-csc
 ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:3 -optimize+
 ASSEMBLY = bin/Release/Basenji.exe
 ASSEMBLY_MDB = 
Index: Basenji/MusicBrainz/Makefile
===================================================================
--- basenji_0.9.0.orig/MusicBrainz/Makefile	2012-02-19 14:46:44.228848505 +0100
+++ basenji_0.9.0/MusicBrainz/Makefile	2012-02-19 14:48:16.800844118 +0100
@@ -9,7 +9,7 @@
 include $(top_srcdir)/config.make
 
 ifeq ($(CONFIG),DEBUG)
-ASSEMBLY_COMPILER_COMMAND = dmcs
+ASSEMBLY_COMPILER_COMMAND = mono-csc
 ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -unsafe -warn:4 -optimize- -debug "-define:DEBUG"
 ASSEMBLY = bin/Debug/MusicBrainz.dll
 ASSEMBLY_MDB = $(ASSEMBLY).mdb
@@ -23,7 +23,7 @@
 endif
 
 ifeq ($(CONFIG),RELEASE)
-ASSEMBLY_COMPILER_COMMAND = dmcs
+ASSEMBLY_COMPILER_COMMAND = mono-csc
 ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -unsafe -warn:4 -optimize+
 ASSEMBLY = bin/Release/MusicBrainz.dll
 ASSEMBLY_MDB = 
@@ -36,7 +36,7 @@
 endif
 
 ifeq ($(CONFIG),GNOME_DEBUG)
-ASSEMBLY_COMPILER_COMMAND = dmcs
+ASSEMBLY_COMPILER_COMMAND = mono-csc
 ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -unsafe -warn:4 -optimize- -debug "-define:DEBUG"
 ASSEMBLY = bin/Debug/MusicBrainz.dll
 ASSEMBLY_MDB = $(ASSEMBLY).mdb
@@ -50,7 +50,7 @@
 endif
 
 ifeq ($(CONFIG),GNOME_RELEASE)
-ASSEMBLY_COMPILER_COMMAND = dmcs
+ASSEMBLY_COMPILER_COMMAND = mono-csc
 ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -unsafe -warn:4 -optimize+
 ASSEMBLY = bin/Release/MusicBrainz.dll
 ASSEMBLY_MDB = 
Index: Basenji/Platform.Common.DB/Makefile
===================================================================
--- basenji_0.9.0.orig/Platform.Common.DB/Makefile	2012-02-19 14:46:44.256848503 +0100
+++ basenji_0.9.0/Platform.Common.DB/Makefile	2012-02-19 14:48:52.860842409 +0100
@@ -9,7 +9,7 @@
 include $(top_srcdir)/config.make
 
 ifeq ($(CONFIG),DEBUG)
-ASSEMBLY_COMPILER_COMMAND = dmcs
+ASSEMBLY_COMPILER_COMMAND = mono-csc
 ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:3 -optimize- -debug -define:DEBUG "-define:DEBUG,UNIX"
 ASSEMBLY = bin/Debug/Platform.Common.DB.dll
 ASSEMBLY_MDB = $(ASSEMBLY).mdb
@@ -23,7 +23,7 @@
 endif
 
 ifeq ($(CONFIG),RELEASE)
-ASSEMBLY_COMPILER_COMMAND = dmcs
+ASSEMBLY_COMPILER_COMMAND = mono-csc
 ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:3 -optimize+ "-define:UNIX"
 ASSEMBLY = bin/Release/Platform.Common.DB.dll
 ASSEMBLY_MDB = 
@@ -36,7 +36,7 @@
 endif
 
 ifeq ($(CONFIG),GNOME_DEBUG)
-ASSEMBLY_COMPILER_COMMAND = dmcs
+ASSEMBLY_COMPILER_COMMAND = mono-csc
 ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:3 -optimize- -debug -define:DEBUG "-define:DEBUG,UNIX"
 ASSEMBLY = bin/Debug/Platform.Common.DB.dll
 ASSEMBLY_MDB = $(ASSEMBLY).mdb
@@ -50,7 +50,7 @@
 endif
 
 ifeq ($(CONFIG),GNOME_RELEASE)
-ASSEMBLY_COMPILER_COMMAND = dmcs
+ASSEMBLY_COMPILER_COMMAND = mono-csc
 ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:3 -optimize+ "-define:UNIX"
 ASSEMBLY = bin/Release/Platform.Common.DB.dll
 ASSEMBLY_MDB = 
Index: Basenji/Platform/Makefile
===================================================================
--- basenji_0.9.0.orig/Platform/Makefile	2012-02-19 14:46:44.244848504 +0100
+++ basenji_0.9.0/Platform/Makefile	2012-02-19 14:48:31.464843424 +0100
@@ -9,7 +9,7 @@
 include $(top_srcdir)/config.make
 
 ifeq ($(CONFIG),DEBUG)
-ASSEMBLY_COMPILER_COMMAND = dmcs
+ASSEMBLY_COMPILER_COMMAND = mono-csc
 ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:3 -optimize- -debug -define:DEBUG "-define:UNIX,DEBUG"
 ASSEMBLY = bin/Debug/Platform.dll
 ASSEMBLY_MDB = $(ASSEMBLY).mdb
@@ -23,7 +23,7 @@
 endif
 
 ifeq ($(CONFIG),RELEASE)
-ASSEMBLY_COMPILER_COMMAND = dmcs
+ASSEMBLY_COMPILER_COMMAND = mono-csc
 ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:3 -optimize+ "-define:UNIX"
 ASSEMBLY = bin/Release/Platform.dll
 ASSEMBLY_MDB = 
@@ -36,7 +36,7 @@
 endif
 
 ifeq ($(CONFIG),GNOME_DEBUG)
-ASSEMBLY_COMPILER_COMMAND = dmcs
+ASSEMBLY_COMPILER_COMMAND = mono-csc
 ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:3 -optimize- -debug -define:DEBUG -pkg:gnome-sharp-2.0 -pkg:gio-sharp-2.0  "-define:UNIX,DEBUG,GNOME"
 ASSEMBLY = bin/Debug/Platform.dll
 ASSEMBLY_MDB = $(ASSEMBLY).mdb
@@ -50,7 +50,7 @@
 endif
 
 ifeq ($(CONFIG),GNOME_RELEASE)
-ASSEMBLY_COMPILER_COMMAND = dmcs
+ASSEMBLY_COMPILER_COMMAND = mono-csc
 ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:3 -optimize+ -pkg:gnome-sharp-2.0 -pkg:gio-sharp-2.0  "-define:UNIX,GNOME"
 ASSEMBLY = bin/Release/Platform.dll
 ASSEMBLY_MDB = 
Index: Basenji/VolumeDB/Makefile
===================================================================
--- basenji_0.9.0.orig/VolumeDB/Makefile	2012-02-19 14:46:44.268848503 +0100
+++ basenji_0.9.0/VolumeDB/Makefile	2012-02-19 14:49:04.040841880 +0100
@@ -9,7 +9,7 @@
 include $(top_srcdir)/config.make
 
 ifeq ($(CONFIG),DEBUG)
-ASSEMBLY_COMPILER_COMMAND = dmcs
+ASSEMBLY_COMPILER_COMMAND = mono-csc
 ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:3 -optimize- -debug "-define:DEBUG"
 ASSEMBLY = bin/Debug/VolumeDB.dll
 ASSEMBLY_MDB = $(ASSEMBLY).mdb
@@ -35,7 +35,7 @@
 endif
 
 ifeq ($(CONFIG),RELEASE)
-ASSEMBLY_COMPILER_COMMAND = dmcs
+ASSEMBLY_COMPILER_COMMAND = mono-csc
 ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:3 -optimize+
 ASSEMBLY = bin/Release/VolumeDB.dll
 ASSEMBLY_MDB = 
@@ -57,7 +57,7 @@
 endif
 
 ifeq ($(CONFIG),GNOME_DEBUG)
-ASSEMBLY_COMPILER_COMMAND = dmcs
+ASSEMBLY_COMPILER_COMMAND = mono-csc
 ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:3 -optimize- -debug "-define:DEBUG"
 ASSEMBLY = bin/Debug/VolumeDB.dll
 ASSEMBLY_MDB = $(ASSEMBLY).mdb
@@ -83,7 +83,7 @@
 endif
 
 ifeq ($(CONFIG),GNOME_RELEASE)
-ASSEMBLY_COMPILER_COMMAND = dmcs
+ASSEMBLY_COMPILER_COMMAND = mono-csc
 ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:3 -optimize+
 ASSEMBLY = bin/Release/VolumeDB.dll
 ASSEMBLY_MDB = 
