mktime: don’t consult daylight
[gnulib.git] / modules / csharpexec
blob6559c0e1953a3e862d85461954f0700fce6e5e79
1 Description:
2 Execute a C# program.
4 Files:
5 lib/csharpexec.h
6 lib/csharpexec.c
7 lib/classpath.h
8 lib/classpath.c
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
33 configure.ac:
35 Makefile.am:
36 DEFS += -DEXEEXT=\"@EXEEXT@\"
37 lib_SOURCES += csharpexec.h csharpexec.c
39 Include:
40 "csharpexec.h"
42 Link:
43 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
44 $(MBRTOWC_LIB)
45 $(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
46 $(LIBTHREAD)
48 License:
49 GPL
51 Maintainer:
52 all