mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
34 lines
329 B
Plaintext
34 lines
329 B
Plaintext
Description:
|
|
Compile a C# program.
|
|
|
|
Files:
|
|
lib/csharpcomp.h
|
|
lib/csharpcomp.c
|
|
|
|
Depends-on:
|
|
stdbool
|
|
xmalloca
|
|
execute
|
|
pipe
|
|
wait-process
|
|
getline
|
|
sh-quote
|
|
safe-read
|
|
error
|
|
gettext-h
|
|
csharpcomp-script
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += csharpcomp.h csharpcomp.c
|
|
|
|
Include:
|
|
"csharpcomp.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|