Hi,
Jan Engelhardt writes:
> On Monday 2009-03-09 15:57, Ralf Corsepius wrote:
> For this patch, I'm unsure if we should even add it at all.
>
FWIW: I am opposed to it.
All this silencing stuff does is to add further potential sources of
errors.
>>>
>>
Hi Alexandre,
Alexandre Duret-Lutz <[EMAIL PROTECTED]> writes:
>>>> "Hari" == Raja R Harinath <[EMAIL PROTECTED]> writes:
>
> Hari> Hi,
> Hari> I'm attaching a series of patches to introduce support for building
> Mono
> Hari
Hi,
Ralf Wildenhues gmx.de> writes:
> * Raja R Harinath wrote on Thu, Jun 28, 2007 at 03:13:15PM CEST:
> >
> > I'm attaching a series of patches adding support for Mono/.NET/ECMA-335
> > (also called the CLI, common language infrastructure).
> >
> > I&
a/ChangeLog b/ChangeLog
index 2e75139..07e7edb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2007-06-28 Raja R Harinath <[EMAIL PROTECTED]>
+
+ Add a convenience autoconf macro (AM_PROG_CLI) to help with matters.
+ * automake.in (register_language): Add Nemerle (.n)
/ChangeLog
@@ -1,5 +1,12 @@
2007-06-27 Raja R Harinath <[EMAIL PROTECTED]>
+ Compute dependencies from assembly references
+ * automake.in (handle_cli_assembly): Return true on success.
+ (handle_cli_assembly_references): New.
+ (handle_cli): Call it.
+ * test
/cli3.test | 46 +
5 files changed, 155 insertions(+), 2 deletions(-)
create mode 100755 tests/cli3.test
diff --git a/ChangeLog b/ChangeLog
index ec49428..2e75139 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2007-06-27 Raja R Harinath <[EMAIL PROTEC
-- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2007-06-27 Raja R Harinath <[EMAIL PROTECTED]>
+
+ Add basic support for Mono/.NET
+ * automake.in (register_language): Add 'cli'.
+ (handle_cli, handle_cli_assembly, lang_cli_rewrite): New.
+ (generate_makefile):
Hi,
I'm attaching a series of patches adding support for Mono/.NET/ECMA-335
(also called the CLI, common language infrastructure).
I'm working on documenting the support, but the testcases show example usage.
- Hari
Hi,
I'm attaching a series of patches adding support for Mono/.NET/ECMA-335
(also called the CLI, common language infrastructure).
I'm working on documenting the support, but the testcases show example usage.
- Hari
[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
From: Raja R Harinath <[EMAIL PROTECTED]>
Date: Wed, 27 Jun 2007 14:21:25 +0530
Subject: [PATCH 1/3] Add basic support for Mono/.NET
* automake.in (register_language): Add 'cli'.
(handle_cli, handle_cli_assembly, lang_cli
Hi,
I'm attaching a series of patches to introduce support for building Mono
(and .NET) assemblies using automake. The only (big) part missing is
autoconf macros for detecting the installed compilers.
- Hari
11 matches
Mail list logo