dotgnu-pnet-commits
[Top][All Lists]
Advanced

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

[dotgnu-pnet-commits] [SCM] DotGNU Portable.NET Class Library (pnetlib)


From: Klaus Treichel
Subject: [dotgnu-pnet-commits] [SCM] DotGNU Portable.NET Class Library (pnetlib) branch, master, updated. 7ced446a6c637cc263e76d82b7b8820ded1a2825
Date: Mon, 28 Feb 2011 20:41:17 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "DotGNU Portable.NET Class Library (pnetlib)".

The branch, master has been updated
       via  7ced446a6c637cc263e76d82b7b8820ded1a2825 (commit)
      from  1f6a7ec5b7c66130597dafaaa12f5e977f3deffd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/pnetlib.git/commit/?id=7ced446a6c637cc263e76d82b7b8820ded1a2825

commit 7ced446a6c637cc263e76d82b7b8820ded1a2825
Author: Klaus Treichel <address@hidden>
Date:   Mon Feb 28 21:40:54 2011 +0100

    configure.in: Add $(EXEEXT) to the executables in CSANT_FLAGS.

diff --git a/ChangeLog b/ChangeLog
index 0278080..aecb3ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-02-28  Klaus Treichel  <address@hidden>
+
+       * configure.in: Add $(EXEEXT) to the executables in CSANT_FLAGS.
+
 2010-07-19  Heiko Weiss  <address@hidden>
        
        * System.Windows.Forms/TextBox.cs: implemented CharacterCasing
diff --git a/configure.in b/configure.in
index 6525c85..9f7f223 100644
--- a/configure.in
+++ b/configure.in
@@ -201,7 +201,7 @@ if test "$MSTOOLS" = "no"; then
                        echo 
'******************************************************'
                        exit 1
                fi
-               CSANT_FLAGS='--compiler csc -Dcsc="$(CSHARP_COMPILER)" 
--profile "$(top_srcdir)/profiles/$(PROFILE_NAME)" -Dresgen="$(RESGEN)" 
-Dilgac="$(ILGAC)" --assembly-cache "$(libdir)/cscc/lib"'
+               CSANT_FLAGS='--compiler csc -Dcsc="$(CSHARP_COMPILER)$(EXEEXT)" 
--profile "$(top_srcdir)/profiles/$(PROFILE_NAME)" 
-Dresgen="$(RESGEN)$(EXEEXT)" -Dilgac="$(ILGAC)$(EXEEXT)" --assembly-cache 
"$(libdir)/cscc/lib"'
                CSHARP_COMPILER_CYGWIN="$CSHARP_COMPILER"
        else
                AC_PATH_PROG(CSHARP_PLUGIN, cscc-cs,, 
$PNET_PATH/cscc:${prefix}/lib/cscc/plugins:${prefix}/bin:$PATH)
@@ -224,7 +224,7 @@ if test "$MSTOOLS" = "no"; then
                                CYG_CACHE=`"$CYGPATH" -w 
"${prefix}/lib/cscc/lib"`
                        fi
                fi
-               CSANT_FLAGS='--compiler cscc -Dcscc="$(CSHARP_COMPILER)" 
-Dcscc.plugins.cs="$(CSHARP_PLUGIN)" --profile 
"$(top_srcdir)/profiles/$(PROFILE_NAME)" -Dresgen="$(CYG_RESGEN)" 
-Dilgac="$(CYG_ILGAC)" --assembly-cache "$(DESTDIR)$(CYG_CACHE)"'
+               CSANT_FLAGS='--compiler cscc 
-Dcscc="$(CSHARP_COMPILER)$(EXEEXT)" 
-Dcscc.plugins.cs="$(CSHARP_PLUGIN)$(EXEEXT)" --profile 
"$(top_srcdir)/profiles/$(PROFILE_NAME)" -Dresgen="$(CYG_RESGEN)$(EXEEXT)" 
-Dilgac="$(CYG_ILGAC)$(EXEEXT)" --assembly-cache "$(DESTDIR)$(CYG_CACHE)"'
        fi
 else
        AC_PATH_PROG(CSHARP_COMPILER, csc)

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog    |    4 ++++
 configure.in |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
DotGNU Portable.NET Class Library (pnetlib)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]