Implemented a thorough separation of the different build orders necessary to build static modules (where a tpike is required) and dynamic modules (where a pike.lib that fits the pike core exe is required with --enable-dll). tpike is now built and used only when dynamic modules are disabled. Post modules can no longer affect the link options when the pike binary is built (something that wouldn't work reliably anyway). Rev: src/Makefile.in:1.438 Rev: src/configure.in:1.976 Rev: src/make_variables.in:1.26 Rev: src/modules/common_module_makefile.in:1.44 Rev: src/modules/dynamic_module_makefile.in:1.120 Rev: src/modules/static_module_makefile.in:1.104 Rev: src/post_modules/configure.in:1.7 Rev: src/tmodule.c:1.2