summaryrefslogtreecommitdiff
path: root/gnulib/modules/csharpcomp
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/csharpcomp')
m---------gnulib0
-rw-r--r--gnulib/modules/csharpcomp34
2 files changed, 34 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/csharpcomp b/gnulib/modules/csharpcomp
new file mode 100644
index 0000000..853ad84
--- /dev/null
+++ b/gnulib/modules/csharpcomp
@@ -0,0 +1,34 @@
+Description:
+Compile a C# program.
+
+Files:
+lib/csharpcomp.h
+lib/csharpcomp.c
+
+Depends-on:
+stdbool
+xmalloca
+execute
+spawn-pipe
+wait-process
+getline
+sh-quote
+safe-read
+error
+gettext-h
+memcmp
+csharpcomp-script
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += csharpcomp.h csharpcomp.c
+
+Include:
+"csharpcomp.h"
+
+License:
+GPL
+
+Maintainer:
+Bruno Haible