[longomatch] Use csc, which links to the default C# compiler instead of gmscs
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [longomatch] Use csc, which links to the default C# compiler instead of gmscs
- Date: Fri, 28 Aug 2009 19:38:42 +0000 (UTC)
commit 96180f770cbc73bd3a2a56ab616e431d3705dc38
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Fri Aug 28 21:31:35 2009 +0200
Use csc, which links to the default C# compiler instead of gmscs
CesarPlayer/Makefile.am | 4 +-
CesarPlayer/Makefile.in | 8 +--
LongoMatch/Makefile.am | 4 +-
LongoMatch/Makefile.in | 8 +--
Makefile.in | 4 +-
Translations/Makefile.in | 4 +-
configure | 110 +++++++++++-----------------------------
configure.ac | 14 +----
libcesarplayer/Makefile.in | 4 +-
libcesarplayer/src/Makefile.in | 4 +-
10 files changed, 46 insertions(+), 118 deletions(-)
---
diff --git a/CesarPlayer/Makefile.am b/CesarPlayer/Makefile.am
index 0a81c92..0177289 100644
--- a/CesarPlayer/Makefile.am
+++ b/CesarPlayer/Makefile.am
@@ -4,7 +4,7 @@ EXTRA_DIST =
# Warning: This is an automatically generated file, do not edit!
if ENABLE_DEBUG
-ASSEMBLY_COMPILER_COMMAND = $(GMCS)
+ASSEMBLY_COMPILER_COMMAND = $(CSC)
ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -unsafe -warn:4 -optimize+ -debug -define:DEBUG
ASSEMBLY = bin/Debug/CesarPlayer.dll
ASSEMBLY_MDB = $(ASSEMBLY).mdb
@@ -17,7 +17,7 @@ CESARPLAYER_DLL_MDB=$(BUILD_DIR)/CesarPlayer.dll.mdb
endif
if ENABLE_RELEASE
-ASSEMBLY_COMPILER_COMMAND = $(GMCS)
+ASSEMBLY_COMPILER_COMMAND = $(CSC)
ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -unsafe -warn:4 -optimize+
ASSEMBLY = bin/Release/CesarPlayer.dll
ASSEMBLY_MDB = $(ASSEMBLY).mdb
diff --git a/CesarPlayer/Makefile.in b/CesarPlayer/Makefile.in
index 09b1972..2b38640 100644
--- a/CesarPlayer/Makefile.in
+++ b/CesarPlayer/Makefile.in
@@ -81,6 +81,7 @@ CESARPLAYER_LIBS = @CESARPLAYER_LIBS@
CFLAGS = @CFLAGS@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
+CSC = @CSC@
CYGPATH_W = @CYGPATH_W@
DB4O_60_CFLAGS = @DB4O_60_CFLAGS@
DB4O_60_LIBS = @DB4O_60_LIBS@
@@ -96,7 +97,6 @@ EXEEXT = @EXEEXT@
FGREP = @FGREP@
GLIB_SHARP_20_CFLAGS = @GLIB_SHARP_20_CFLAGS@
GLIB_SHARP_20_LIBS = @GLIB_SHARP_20_LIBS@
-GMCS = @GMCS@
GREP = @GREP@
GTK_SHARP_20_CFLAGS = @GTK_SHARP_20_CFLAGS@
GTK_SHARP_20_LIBS = @GTK_SHARP_20_LIBS@
@@ -114,8 +114,6 @@ LIPO = @LIPO@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
MAKEINFO = @MAKEINFO@
-MCS = @MCS@
-MCS2 = @MCS2@
MKDIR_P = @MKDIR_P@
NM = @NM@
NMEDIT = @NMEDIT@
@@ -197,8 +195,8 @@ EXTRA_DIST = $(build_sources) $(build_resx_files) \
$(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 = $(CSC)
+ ENABLE_RELEASE_TRUE@ASSEMBLY_COMPILER_COMMAND = $(CSC)
@ENABLE_DEBUG_TRUE ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -unsafe -warn:4 -optimize+ -debug -define:DEBUG
@ENABLE_RELEASE_TRUE ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -unsafe -warn:4 -optimize+
@ENABLE_DEBUG_TRUE ASSEMBLY = bin/Debug/CesarPlayer.dll
diff --git a/LongoMatch/Makefile.am b/LongoMatch/Makefile.am
index c70a92a..4f965b8 100644
--- a/LongoMatch/Makefile.am
+++ b/LongoMatch/Makefile.am
@@ -4,7 +4,7 @@ EXTRA_DIST =
# Warning: This is an automatically generated file, do not edit!
if ENABLE_DEBUG
-ASSEMBLY_COMPILER_COMMAND = $(GMCS)
+ASSEMBLY_COMPILER_COMMAND = $(CSC)
ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize+ -debug -define:DEBUG "-main:LongoMatch.MainClass"
ASSEMBLY = bin/Debug/LongoMatch.exe
ASSEMBLY_MDB = $(ASSEMBLY).mdb
@@ -25,7 +25,7 @@ BACKGROUND_PNG_SOURCE=images/background.png
endif
if ENABLE_RELEASE
-ASSEMBLY_COMPILER_COMMAND = $(GMCS)
+ASSEMBLY_COMPILER_COMMAND = $(CSC)
ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize+ "-main:LongoMatch.MainClass"
ASSEMBLY = bin/Release/LongoMatch.exe
ASSEMBLY_MDB = $(ASSEMBLY).mdb
diff --git a/LongoMatch/Makefile.in b/LongoMatch/Makefile.in
index 63d6440..91b8f0e 100644
--- a/LongoMatch/Makefile.in
+++ b/LongoMatch/Makefile.in
@@ -81,6 +81,7 @@ CESARPLAYER_LIBS = @CESARPLAYER_LIBS@
CFLAGS = @CFLAGS@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
+CSC = @CSC@
CYGPATH_W = @CYGPATH_W@
DB4O_60_CFLAGS = @DB4O_60_CFLAGS@
DB4O_60_LIBS = @DB4O_60_LIBS@
@@ -96,7 +97,6 @@ EXEEXT = @EXEEXT@
FGREP = @FGREP@
GLIB_SHARP_20_CFLAGS = @GLIB_SHARP_20_CFLAGS@
GLIB_SHARP_20_LIBS = @GLIB_SHARP_20_LIBS@
-GMCS = @GMCS@
GREP = @GREP@
GTK_SHARP_20_CFLAGS = @GTK_SHARP_20_CFLAGS@
GTK_SHARP_20_LIBS = @GTK_SHARP_20_LIBS@
@@ -114,8 +114,6 @@ LIPO = @LIPO@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
MAKEINFO = @MAKEINFO@
-MCS = @MCS@
-MCS2 = @MCS2@
MKDIR_P = @MKDIR_P@
NM = @NM@
NMEDIT = @NMEDIT@
@@ -197,8 +195,8 @@ EXTRA_DIST = $(build_sources) $(build_resx_files) \
$(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 = $(CSC)
+ ENABLE_RELEASE_TRUE@ASSEMBLY_COMPILER_COMMAND = $(CSC)
@ENABLE_DEBUG_TRUE ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize+ -debug -define:DEBUG "-main:LongoMatch.MainClass"
@ENABLE_RELEASE_TRUE ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize+ "-main:LongoMatch.MainClass"
@ENABLE_DEBUG_TRUE ASSEMBLY = bin/Debug/LongoMatch.exe
diff --git a/Makefile.in b/Makefile.in
index 8210546..786eb03 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -84,6 +84,7 @@ CESARPLAYER_LIBS = @CESARPLAYER_LIBS@
CFLAGS = @CFLAGS@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
+CSC = @CSC@
CYGPATH_W = @CYGPATH_W@
DB4O_60_CFLAGS = @DB4O_60_CFLAGS@
DB4O_60_LIBS = @DB4O_60_LIBS@
@@ -99,7 +100,6 @@ EXEEXT = @EXEEXT@
FGREP = @FGREP@
GLIB_SHARP_20_CFLAGS = @GLIB_SHARP_20_CFLAGS@
GLIB_SHARP_20_LIBS = @GLIB_SHARP_20_LIBS@
-GMCS = @GMCS@
GREP = @GREP@
GTK_SHARP_20_CFLAGS = @GTK_SHARP_20_CFLAGS@
GTK_SHARP_20_LIBS = @GTK_SHARP_20_LIBS@
@@ -117,8 +117,6 @@ LIPO = @LIPO@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
MAKEINFO = @MAKEINFO@
-MCS = @MCS@
-MCS2 = @MCS2@
MKDIR_P = @MKDIR_P@
NM = @NM@
NMEDIT = @NMEDIT@
diff --git a/Translations/Makefile.in b/Translations/Makefile.in
index aba479f..da75154 100644
--- a/Translations/Makefile.in
+++ b/Translations/Makefile.in
@@ -81,6 +81,7 @@ CESARPLAYER_LIBS = @CESARPLAYER_LIBS@
CFLAGS = @CFLAGS@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
+CSC = @CSC@
CYGPATH_W = @CYGPATH_W@
DB4O_60_CFLAGS = @DB4O_60_CFLAGS@
DB4O_60_LIBS = @DB4O_60_LIBS@
@@ -96,7 +97,6 @@ EXEEXT = @EXEEXT@
FGREP = @FGREP@
GLIB_SHARP_20_CFLAGS = @GLIB_SHARP_20_CFLAGS@
GLIB_SHARP_20_LIBS = @GLIB_SHARP_20_LIBS@
-GMCS = @GMCS@
GREP = @GREP@
GTK_SHARP_20_CFLAGS = @GTK_SHARP_20_CFLAGS@
GTK_SHARP_20_LIBS = @GTK_SHARP_20_LIBS@
@@ -114,8 +114,6 @@ LIPO = @LIPO@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
MAKEINFO = @MAKEINFO@
-MCS = @MCS@
-MCS2 = @MCS2@
MKDIR_P = @MKDIR_P@
NM = @NM@
NMEDIT = @NMEDIT@
diff --git a/configure b/configure
index a974a7b..37d3788 100755
--- a/configure
+++ b/configure
@@ -797,9 +797,7 @@ ENABLE_RELEASE_FALSE
ENABLE_RELEASE_TRUE
ENABLE_DEBUG_FALSE
ENABLE_DEBUG_TRUE
-GMCS
-MCS2
-MCS
+CSC
expanded_datadir
expanded_bindir
expanded_libdir
@@ -5764,13 +5762,13 @@ if test "${lt_cv_nm_interface+set}" = set; then
else
lt_cv_nm_interface="BSD nm"
echo "int some_variable = 0;" > conftest.$ac_ext
- (eval echo "\"\$as_me:5767: $ac_compile\"" >&5)
+ (eval echo "\"\$as_me:5765: $ac_compile\"" >&5)
(eval "$ac_compile" 2>conftest.err)
cat conftest.err >&5
- (eval echo "\"\$as_me:5770: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
+ (eval echo "\"\$as_me:5768: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
(eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
cat conftest.err >&5
- (eval echo "\"\$as_me:5773: output\"" >&5)
+ (eval echo "\"\$as_me:5771: output\"" >&5)
cat conftest.out >&5
if $GREP 'External.*some_variable' conftest.out > /dev/null; then
lt_cv_nm_interface="MS dumpbin"
@@ -6975,7 +6973,7 @@ ia64-*-hpux*)
;;
*-*-irix6*)
# Find out which ABI we are using.
- echo '#line 6978 "configure"' > conftest.$ac_ext
+ echo '#line 6976 "configure"' > conftest.$ac_ext
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
@@ -8413,11 +8411,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:8416: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:8414: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:8420: \$? = $ac_status" >&5
+ echo "$as_me:8418: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -8752,11 +8750,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:8755: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:8753: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:8759: \$? = $ac_status" >&5
+ echo "$as_me:8757: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -8857,11 +8855,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:8860: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:8858: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:8864: \$? = $ac_status" >&5
+ echo "$as_me:8862: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -8912,11 +8910,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:8915: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:8913: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:8919: \$? = $ac_status" >&5
+ echo "$as_me:8917: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -11725,7 +11723,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 11728 "configure"
+#line 11726 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -11821,7 +11819,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 11824 "configure"
+#line 11822 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -12236,16 +12234,16 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
-# Extract the first word of "gmcs", so it can be a program name with args.
-set dummy gmcs; ac_word=$2
+# Extract the first word of "csc", so it can be a program name with args.
+set dummy csc; ac_word=$2
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_path_MCS+set}" = set; then
+if test "${ac_cv_path_CSC+set}" = set; then
$as_echo_n "(cached) " >&6
else
- case $MCS in
+ case $CSC in
[\\/]* | ?:[\\/]*)
- ac_cv_path_MCS="$MCS" # Let the user override the test with a path.
+ ac_cv_path_CSC="$CSC" # Let the user override the test with a path.
;;
*)
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -12255,7 +12253,7 @@ do
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_MCS="$as_dir/$ac_word$ac_exec_ext"
+ ac_cv_path_CSC="$as_dir/$ac_word$ac_exec_ext"
$as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
@@ -12263,74 +12261,24 @@ done
done
IFS=$as_save_IFS
- test -z "$ac_cv_path_MCS" && ac_cv_path_MCS="no"
+ test -z "$ac_cv_path_CSC" && ac_cv_path_CSC="no"
;;
esac
fi
-MCS=$ac_cv_path_MCS
-if test -n "$MCS"; then
- { $as_echo "$as_me:$LINENO: result: $MCS" >&5
-$as_echo "$MCS" >&6; }
+CSC=$ac_cv_path_CSC
+if test -n "$CSC"; then
+ { $as_echo "$as_me:$LINENO: result: $CSC" >&5
+$as_echo "$CSC" >&6; }
else
{ $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
fi
-if test "x$MCS" = "xno"; then
- # Extract the first word of "gmcs2", so it can be a program name with args.
-set dummy gmcs2; ac_word=$2
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_path_MCS2+set}" = set; then
- $as_echo_n "(cached) " >&6
-else
- case $MCS2 in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_MCS2="$MCS2" # Let the user override the test with a path.
- ;;
- *)
- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
- IFS=$as_save_IFS
- test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_MCS2="$as_dir/$ac_word$ac_exec_ext"
- $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
- break 2
- fi
-done
-done
-IFS=$as_save_IFS
-
- test -z "$ac_cv_path_MCS2" && ac_cv_path_MCS2="no"
- ;;
-esac
-fi
-MCS2=$ac_cv_path_MCS2
-if test -n "$MCS2"; then
- { $as_echo "$as_me:$LINENO: result: $MCS2" >&5
-$as_echo "$MCS2" >&6; }
-else
- { $as_echo "$as_me:$LINENO: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
- if test "x$MCS2" = "xno"; then
- { { $as_echo "$as_me:$LINENO: error: gmcs Not found" >&5
-$as_echo "$as_me: error: gmcs Not found" >&2;}
+if test "x$CSC" = "xno"; then
+ { { $as_echo "$as_me:$LINENO: error: c-sharp compiler not found" >&5
+$as_echo "$as_me: error: c-sharp compiler not found" >&2;}
{ (exit 1); exit 1; }; }
- else
- GMCS=gmcs2
-
- fi
-
-else
- GMCS=gmcs
-
fi
diff --git a/configure.ac b/configure.ac
index 2816209..66aafa2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,17 +28,9 @@ SHAMROCK_EXPAND_DATADIR
AC_PROG_INSTALL
-AC_PATH_PROG(MCS, gmcs, no)
-if test "x$MCS" = "xno"; then
- AC_PATH_PROG(MCS2, gmcs2,no)
- if test "x$MCS2" = "xno"; then
- AC_MSG_ERROR([gmcs Not found])
- else
- AC_SUBST(GMCS,[gmcs2])
- fi
-
-else
- AC_SUBST(GMCS,[gmcs])
+AC_PATH_PROG(CSC, csc, no)
+if test "x$CSC" = "xno"; then
+ AC_MSG_ERROR([c-sharp compiler not found])
fi
diff --git a/libcesarplayer/Makefile.in b/libcesarplayer/Makefile.in
index de9acef..9706510 100644
--- a/libcesarplayer/Makefile.in
+++ b/libcesarplayer/Makefile.in
@@ -69,6 +69,7 @@ CESARPLAYER_LIBS = @CESARPLAYER_LIBS@
CFLAGS = @CFLAGS@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
+CSC = @CSC@
CYGPATH_W = @CYGPATH_W@
DB4O_60_CFLAGS = @DB4O_60_CFLAGS@
DB4O_60_LIBS = @DB4O_60_LIBS@
@@ -84,7 +85,6 @@ EXEEXT = @EXEEXT@
FGREP = @FGREP@
GLIB_SHARP_20_CFLAGS = @GLIB_SHARP_20_CFLAGS@
GLIB_SHARP_20_LIBS = @GLIB_SHARP_20_LIBS@
-GMCS = @GMCS@
GREP = @GREP@
GTK_SHARP_20_CFLAGS = @GTK_SHARP_20_CFLAGS@
GTK_SHARP_20_LIBS = @GTK_SHARP_20_LIBS@
@@ -102,8 +102,6 @@ LIPO = @LIPO@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
MAKEINFO = @MAKEINFO@
-MCS = @MCS@
-MCS2 = @MCS2@
MKDIR_P = @MKDIR_P@
NM = @NM@
NMEDIT = @NMEDIT@
diff --git a/libcesarplayer/src/Makefile.in b/libcesarplayer/src/Makefile.in
index 94ee762..bfb9225 100644
--- a/libcesarplayer/src/Makefile.in
+++ b/libcesarplayer/src/Makefile.in
@@ -90,6 +90,7 @@ CESARPLAYER_LIBS = @CESARPLAYER_LIBS@
CFLAGS = @CFLAGS@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
+CSC = @CSC@
CYGPATH_W = @CYGPATH_W@
DB4O_60_CFLAGS = @DB4O_60_CFLAGS@
DB4O_60_LIBS = @DB4O_60_LIBS@
@@ -105,7 +106,6 @@ EXEEXT = @EXEEXT@
FGREP = @FGREP@
GLIB_SHARP_20_CFLAGS = @GLIB_SHARP_20_CFLAGS@
GLIB_SHARP_20_LIBS = @GLIB_SHARP_20_LIBS@
-GMCS = @GMCS@
GREP = @GREP@
GTK_SHARP_20_CFLAGS = @GTK_SHARP_20_CFLAGS@
GTK_SHARP_20_LIBS = @GTK_SHARP_20_LIBS@
@@ -123,8 +123,6 @@ LIPO = @LIPO@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
MAKEINFO = @MAKEINFO@
-MCS = @MCS@
-MCS2 = @MCS2@
MKDIR_P = @MKDIR_P@
NM = @NM@
NMEDIT = @NMEDIT@
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]