[Mono-dev] Referring to libraries on the command line

Russell Wallace russell.wallace at gmail.com
Wed Jul 14 02:16:20 EDT 2010


I'm trying to compile a program with gmcs, which wants references to
all libraries in the current directory. Normally one would specify
this with *.dll, but because gmcs wants a prefix of -r: in each case,
this breaks. Is there any way to obtain this effect, e.g. some way to
expand a wild card and then prepend a prefix to each expanded name?
(Ubuntu Linux, make under bash, if it matters.)


More information about the Mono-devel-list mailing list