mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
35 lines
370 B
Plaintext
35 lines
370 B
Plaintext
Description:
|
|
Execute a C# program.
|
|
|
|
Files:
|
|
lib/csharpexec.h
|
|
lib/csharpexec.c
|
|
lib/classpath.h
|
|
lib/classpath.c
|
|
|
|
Depends-on:
|
|
stdbool
|
|
execute
|
|
xsetenv
|
|
sh-quote
|
|
xalloc
|
|
xmalloca
|
|
error
|
|
gettext-h
|
|
csharpexec-script
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
DEFS += -DEXEEXT=\"@EXEEXT@\"
|
|
lib_SOURCES += csharpexec.h csharpexec.c
|
|
|
|
Include:
|
|
"csharpexec.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|