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
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
csharpexec
blob
853ec0b2c1b7425fa03ceb4e5fb2444410e9b5fd
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
execute
13
xsetenv
14
sh-quote
15
xalloc
16
xmalloca
17
error
18
gettext-h
19
csharpexec-script
20
21
configure.ac:
22
23
Makefile.am:
24
DEFS += -DEXEEXT=\"@EXEEXT@\"
25
lib_SOURCES += csharpexec.h csharpexec.c
26
27
Include:
28
"csharpexec.h"
29
30
Link:
31
$(LIB_MBRTOWC)
32
$(LIBTHREAD)
33
34
License:
35
GPL
36
37
Maintainer:
38
all