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
mktime: don’t consult daylight
[gnulib.git]
/
modules
/
csharpexec
blob
6559c0e1953a3e862d85461954f0700fce6e5e79
1
Description:
2
Execute a C# program.
3
4
Files:
5
lib/csharpexec.h
6
lib/csharpexec.c
7
lib/classpath.h
8
lib/classpath.c
9
10
Depends-on:
11
stdbool
12
stat
13
error
14
dirname
15
xconcat-filename
16
canonicalize
17
cygpath
18
execute
19
spawn-pipe
20
wait-process
21
xsetenv
22
scandir
23
alphasort
24
sh-quote
25
xalloc
26
xmalloca
27
copy-file
28
clean-temp-simple
29
clean-temp
30
gettext-h
31
csharpexec-script
32
33
configure.ac:
34
35
Makefile.am:
36
DEFS += -DEXEEXT=\"@EXEEXT@\"
37
lib_SOURCES += csharpexec.h csharpexec.c
38
39
Include:
40
"csharpexec.h"
41
42
Link:
43
$(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
44
$(MBRTOWC_LIB)
45
$(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
46
$(LIBTHREAD)
47
48
License:
49
GPL
50
51
Maintainer:
52
all