Mono(lc) | Mono(lc) |
lc - Mono License Compiler
lc -c filename -t targetassembly [-i reference...] [-v] [-o outputpath] [-nologo]
lc tool is a license compiler for Mono. It's used to convert a licenses.licx file to a resource that can be embedded into an executable.
When using commercial components for .NET they often require a license resource at runtime to make sure the developer was licensed to use this control. The most common way of making sure the component was properly licensed is by using license resources. At compile time the developer uses the lc tool to convert a licenses.licx file to a programname.exe.licenses file and embed that as a managed resource during compilation.
The following options are available:
The format for the license files (licenses.licx) is the following:
# comment namespace.type, assemblyname namespace.type, full-assemblyname
All lines starting with a # are ignored. the first form requires that the assembly was loaded through the --load,-i option but does not require the full assembly name, only the first part.
The second form requires the full assembly name including locale, version and publickeytoken.
Mailing lists are listed at the http://www.mono-project.com/community/help/mailing-lists/
http://www.mono-project.com