summaryrefslogtreecommitdiff
path: root/gnulib/modules/csharpexec
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/csharpexec')
m---------gnulib0
-rw-r--r--gnulib/modules/csharpexec34
2 files changed, 34 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/csharpexec b/gnulib/modules/csharpexec
new file mode 100644
index 0000000..69e0c70
--- /dev/null
+++ b/gnulib/modules/csharpexec
@@ -0,0 +1,34 @@
+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