Compiler Option: -dylib

Create a DLL and import library

Syntax
	-dylib

Description
	The -dylib compiler option creates a dynamic link library. This creates 
	a DLL under Windows (including the import library), creates a .so under 
	Linux, and a DXE under DOS.

	Note: Same as -dll.

	The intrinsic macro KeyPgDdfboutdll__FB_OUT_DLL__ is set to non-zero (-1) if the -dll 
	option was specified, and set to zero (0) otherwise.

Platform Differences
	* See CompilerOptdllCompiler Option: -dll

See also
	* KeyPgDdfboutdll__FB_OUT_DLL__
	* ProPgSharedLibrariesShared Libraries
	* CompilerCmdLineUsing the Command Line
	* CompilerOptdllCompiler Option: -dll

