repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
unicodeio: Fix wrong result on FreeBSD.
[gnulib.git]
/
modules
/
csharpcomp
blob
a880a12d4f3b6e1eff1e5968d4cd23c3eb01bc31
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
xmalloca
11
execute
12
spawn-pipe
13
wait-process
14
getline
15
sh-quote
16
safe-read
17
error
18
gettext-h
19
memcmp
20
csharpcomp-script
21
22
configure.ac:
23
24
Makefile.am:
25
lib_SOURCES += csharpcomp.h csharpcomp.c
26
27
Include:
28
"csharpcomp.h"
29
30
Link:
31
$(LIB_MBRTOWC)
32
$(LIBTHREAD)
33
34
License:
35
GPL
36
37
Maintainer:
38
all