[chronojump] Fix chronojump_server build using the correct compiler macro



commit 2a239fc36264dec0bbe121daf42a415e52e07253
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sun Feb 17 22:13:15 2013 +0100

    Fix chronojump_server build using the correct compiler macro

 chronojump_server/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/chronojump_server/Makefile.am b/chronojump_server/Makefile.am
index 449d8af..6574d3a 100644
--- a/chronojump_server/Makefile.am
+++ b/chronojump_server/Makefile.am
@@ -3,7 +3,7 @@ EXTRA_DIST =
 
 ##########chronojumpServer.dll##########
 
-ASSEMBLY_COMPILER_COMMAND = $(GMCS)
+ASSEMBLY_COMPILER_COMMAND = $(MCS)
 ASSEMBLY_COMPILER_FLAGS =  -noconfig -unsafe -codepage:utf8 -warn:4 -optimize+
 ASSEMBLY = bin/chronojumpServer.dll
 ASSEMBLY_MDB = $(ASSEMBLY).mdb


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