Index: Basenji/Basenji/Makefile
===================================================================
--- basenji_1.0.0.orig/Basenji/Makefile	2012-12-07 13:57:43.240877000 +0100
+++ basenji_1.0.0/Basenji/Makefile	2012-12-07 14:28:08.036939527 +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
@@ -39,7 +39,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 = 
@@ -64,7 +64,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
@@ -94,7 +94,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_1.0.0.orig/MusicBrainz/Makefile	2012-02-23 22:33:46.726565000 +0100
+++ basenji_1.0.0/MusicBrainz/Makefile	2012-12-07 14:28:52.908941059 +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_1.0.0.orig/Platform.Common.DB/Makefile	2012-02-23 22:33:46.730565000 +0100
+++ basenji_1.0.0/Platform.Common.DB/Makefile	2012-12-07 14:30:36.764944604 +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_1.0.0.orig/Platform/Makefile	2012-12-07 13:57:43.252877000 +0100
+++ basenji_1.0.0/Platform/Makefile	2012-12-07 14:29:55.772943205 +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
@@ -24,7 +24,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 = 
@@ -38,7 +38,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:gtk-sharp-2.0 -pkg:gio-sharp-2.0  "-define:UNIX,DEBUG,GNOME"
 ASSEMBLY = bin/Debug/Platform.dll
 ASSEMBLY_MDB = $(ASSEMBLY).mdb
@@ -53,7 +53,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:gtk-sharp-2.0 -pkg:gio-sharp-2.0  "-define:UNIX,GNOME"
 ASSEMBLY = bin/Release/Platform.dll
 ASSEMBLY_MDB = 
Index: Basenji/VolumeDB/Makefile
===================================================================
--- basenji_1.0.0.orig/VolumeDB/Makefile	2012-12-07 13:57:43.256877000 +0100
+++ basenji_1.0.0/VolumeDB/Makefile	2012-12-07 14:31:43.832946894 +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
@@ -36,7 +36,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 = 
@@ -59,7 +59,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
@@ -86,7 +86,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 = 
