1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-20 11:01:20 +03:00
Files
gnulib/modules/csharpexec
2006-07-31 14:44:16 +00:00

40 lines
578 B
Plaintext

Description:
Execute a C# program.
Files:
build-aux/csharpexec.sh.in
lib/csharpexec.h
lib/csharpexec.c
lib/classpath.h
lib/classpath.c
m4/csharpexec.m4
m4/csharp.m4
Depends-on:
stdbool
execute
xsetenv
sh-quote
xalloc
xallocsa
error
gettext-h
configure.ac:
# You need to invoke gt_CSHARPEXEC yourself, possibly with arguments.
AC_CONFIG_FILES([csharpexec.sh:build-aux/csharpexec.sh.in])
Makefile.am:
DEFS += -DEXEEXT=\"$(EXEEXT)\"
lib_SOURCES += csharpexec.h csharpexec.c
EXTRA_DIST += classpath.h classpath.c
Include:
"csharpexec.h"
License:
GPL
Maintainer:
Bruno Haible