Mercurial > hg > octave-kai > gnulib-hg
annotate modules/csharpcomp @ 7740:a589558ebfc6
update from texinfo
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Fri, 22 Dec 2006 17:25:43 +0000 |
parents | 9e0ec6858ac9 |
children | a162347a0232 |
rev | line source |
---|---|
5913 | 1 Description: |
2 Compile a C# program. | |
3 | |
4 Files: | |
5 lib/csharpcomp.h | |
6 lib/csharpcomp.c | |
7 | |
8 Depends-on: | |
9 stdbool | |
10 xallocsa | |
11 execute | |
12 pipe | |
13 wait-process | |
14 getline | |
15 sh-quote | |
16 safe-read | |
17 error | |
5965
cd3c62f1332e
Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5913
diff
changeset
|
18 gettext-h |
6466
9e0ec6858ac9
Depend on csharpcomp-script.
Bruno Haible <bruno@clisp.org>
parents:
5965
diff
changeset
|
19 csharpcomp-script |
5913 | 20 |
21 configure.ac: | |
22 | |
23 Makefile.am: | |
24 lib_SOURCES += csharpcomp.h csharpcomp.c | |
25 | |
26 Include: | |
27 "csharpcomp.h" | |
28 | |
29 License: | |
30 GPL | |
31 | |
32 Maintainer: | |
33 Bruno Haible |