Index: themonospot-0.7.3.1/themonospot-base/Makefile.am
# Description:
# Patch the Makefiles to use csc instead of gmcs
===================================================================
--- themonospot-0.7.3.1.orig/themonospot-base/Makefile.am	2009-06-27 13:10:19.378791073 +0200
+++ themonospot-0.7.3.1/themonospot-base/Makefile.am	2009-06-27 13:11:22.950767755 +0200
@@ -4,7 +4,7 @@
 # Warning: This is an automatically generated file, do not edit!
 
 if ENABLE_DEBUG
-ASSEMBLY_COMPILER_COMMAND = gmcs
+ASSEMBLY_COMPILER_COMMAND = @GMCS@
 ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:3 -optimize- -debug "-define:DEBUG;TRACE"
 ASSEMBLY = bin/Debug/themonospot-base.dll
 ASSEMBLY_MDB = $(ASSEMBLY).mdb
@@ -18,7 +18,7 @@
 endif
 
 if ENABLE_RELEASE
-ASSEMBLY_COMPILER_COMMAND = gmcs
+ASSEMBLY_COMPILER_COMMAND = @GMCS@
 ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize- "-define:TRACE"
 ASSEMBLY = bin/Release/themonospot-base.dll
 ASSEMBLY_MDB = 
Index: themonospot-0.7.3.1/themonospot-base/Makefile.in
===================================================================
--- themonospot-0.7.3.1.orig/themonospot-base/Makefile.in	2009-06-27 13:11:40.837768668 +0200
+++ themonospot-0.7.3.1/themonospot-base/Makefile.in	2009-06-27 13:12:20.577769388 +0200
@@ -151,8 +151,8 @@
 	$(DATA_FILES) $(build_culture_res_files)
 
 # Warning: This is an automatically generated file, do not edit!
-@ENABLE_DEBUG_TRUE@ASSEMBLY_COMPILER_COMMAND = gmcs
-@ENABLE_RELEASE_TRUE@ASSEMBLY_COMPILER_COMMAND = gmcs
+@ENABLE_DEBUG_TRUE@ASSEMBLY_COMPILER_COMMAND = @GMCS@
+@ENABLE_RELEASE_TRUE@ASSEMBLY_COMPILER_COMMAND = @GMCS@
 @ENABLE_DEBUG_TRUE@ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:3 -optimize- -debug "-define:DEBUG;TRACE"
 @ENABLE_RELEASE_TRUE@ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize- "-define:TRACE"
 @ENABLE_DEBUG_TRUE@ASSEMBLY = bin/Debug/themonospot-base.dll
Index: themonospot-0.7.3.1/themonospot-gui/Makefile.am
===================================================================
--- themonospot-0.7.3.1.orig/themonospot-gui/Makefile.am	2009-06-27 13:13:10.605768637 +0200
+++ themonospot-0.7.3.1/themonospot-gui/Makefile.am	2009-06-27 13:13:29.514768866 +0200
@@ -4,7 +4,7 @@
 # Warning: This is an automatically generated file, do not edit!
 
 if ENABLE_DEBUG
-ASSEMBLY_COMPILER_COMMAND = gmcs
+ASSEMBLY_COMPILER_COMMAND = @GMCS@
 ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:3 -optimize- -debug "-define:DEBUG;TRACE"
 ASSEMBLY = bin/Debug/themonospot.exe
 ASSEMBLY_MDB = $(ASSEMBLY).mdb
@@ -23,7 +23,7 @@
 endif
 
 if ENABLE_RELEASE
-ASSEMBLY_COMPILER_COMMAND = gmcs
+ASSEMBLY_COMPILER_COMMAND = @GMCS@
 ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize- "-define:TRACE"
 ASSEMBLY = bin/Release/themonospot.exe
 ASSEMBLY_MDB = 
Index: themonospot-0.7.3.1/themonospot-gui/Makefile.in
===================================================================
--- themonospot-0.7.3.1.orig/themonospot-gui/Makefile.in	2009-06-27 13:13:36.894793167 +0200
+++ themonospot-0.7.3.1/themonospot-gui/Makefile.in	2009-06-27 13:13:59.906768444 +0200
@@ -150,8 +150,8 @@
 	$(DATA_FILES) $(build_culture_res_files)
 
 # Warning: This is an automatically generated file, do not edit!
-@ENABLE_DEBUG_TRUE@ASSEMBLY_COMPILER_COMMAND = gmcs
-@ENABLE_RELEASE_TRUE@ASSEMBLY_COMPILER_COMMAND = gmcs
+@ENABLE_DEBUG_TRUE@ASSEMBLY_COMPILER_COMMAND = @GMCS@
+@ENABLE_RELEASE_TRUE@ASSEMBLY_COMPILER_COMMAND = @GMCS@
 @ENABLE_DEBUG_TRUE@ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:3 -optimize- -debug "-define:DEBUG;TRACE"
 @ENABLE_RELEASE_TRUE@ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize- "-define:TRACE"
 @ENABLE_DEBUG_TRUE@ASSEMBLY = bin/Debug/themonospot.exe
