46 lines
560 B
Plaintext
46 lines
560 B
Plaintext
Description:
|
|
Compile a C# program.
|
|
|
|
Files:
|
|
lib/csharpcomp.h
|
|
lib/csharpcomp.c
|
|
|
|
Depends-on:
|
|
stdbool
|
|
error
|
|
xconcat-filename
|
|
cygpath
|
|
execute
|
|
spawn-pipe
|
|
wait-process
|
|
getline
|
|
scandir
|
|
alphasort
|
|
sh-quote
|
|
safe-read
|
|
xmalloca
|
|
xvasprintf
|
|
gettext-h
|
|
memcmp
|
|
csharpcomp-script
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += csharpcomp.h csharpcomp.c
|
|
|
|
Include:
|
|
"csharpcomp.h"
|
|
|
|
Link:
|
|
$(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
|
|
$(MBRTOWC_LIB)
|
|
$(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
|
|
$(LIBTHREAD)
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
all
|