Date: Mon, 8 Jul 1996 16:21:32 +0200 (IST) From: Eli Zaretskii To: Chris Johns Cc: djgpp AT delorie DOT com Subject: Re: Executable size In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 8 Jul 1996, Chris Johns wrote: > Could the glob code be a loadable module ? A 'dxe' ? Why? If your program doesn't need to glob command-line parameters, just define an empty `__crt0_glob_function' and never look back. Programs that do need the globbing will *always* use it, so it doesn't make sense to decide at runtime whether to load it or not.