Determine global paths (userdir, basedir etc) as early as possible during startup, so that under Windows we can provide LoadLibrary() with absolute paths. Also added DENG_LIBRARY_DIR which if defined at compile time; changes the location of the library dir under Windows relative to the base directory (Added for dev purposes only. It should NOT be defined in release builds (a compile time warning will be generated if so)).
Determine global paths (userdir, basedir etc) as early as possible during startup, so that under Windows we can provide LoadLibrary() with absolute paths. Also added DENG_LIBRARY_DIR which if defined at compile time; changes the location of the library dir under Windows relative to the base directory (Added for dev purposes only. It should NOT be defined in release builds (a compile time warning will be generated if so)).