DLL

DLL

Builds a DLL by linking together one or more libraries.

DLL( alias ) ; (optional) Alias { .Linker ; Linker executable to use .LinkerOutput ; Ouput from linker .LinkerOptions ; Options to pass to linker .Libraries ; Libraries to link into DLL .LinkerLinkObjects ; (optional) Link objects used to make libs instead of libs (default true) .LinkerAssemblyResources ; (optional) List of assembly resources to use with %3 .LinkerStampExe ; (optional) Executable to run post-link to "stamp" executable in-place .LinkerStampExeArgs ; (optional) Arguments to pass to LinkerStampExe .LinkerType ; (optional) Specify the linker type. Valid options include: ; auto, msvc, gcc, snc-ps3, clang-orbis, greenhills-exlr, codewarrior-ld ; Default is 'auto' (use the linker executable name to detect) ; Additional options .PreBuildDependencies ; (optional) Force targets to be built before this DLL (Rarely needed, ; but useful when DLL relies on externally generated files). }

Build-Time Substitutions