From b5c9227133463cebab8eb50af1f27bb30e49cdc3 Mon Sep 17 00:00:00 2001 From: cxgeorge <> Date: Tue, 26 Jun 2001 02:21:35 +0000 Subject: [PATCH] *** empty log message *** --- dtool/src/dtoolbase/dllbase.txt | 26 +++++++++++++++++++++++--- dtool/src/dtoolbase/dllbase_d.txt | 23 ----------------------- 2 files changed, 23 insertions(+), 26 deletions(-) delete mode 100644 dtool/src/dtoolbase/dllbase_d.txt diff --git a/dtool/src/dtoolbase/dllbase.txt b/dtool/src/dtoolbase/dllbase.txt index 4e3536022a..98ff872020 100644 --- a/dtool/src/dtoolbase/dllbase.txt +++ b/dtool/src/dtoolbase/dllbase.txt @@ -4,11 +4,12 @@ ; which uses rebase.exe from the MS platform SDK. It may additionally be ; hand-hacked to simplify addresses for popular dlls to aid debugging. +; release dlls libpanda 0x60000000 0x00770000 -libpandadx 0x61000000 0x00050000 ; hacked -libpandagl 0x62000000 0x00040000 ; hacked -libpandaexpress 0x63000000 0x000c0000 ; hacked +libpandadx 0x60770000 0x00050000 +libpandagl 0x607c0000 0x00040000 +libpandaexpress 0x60800000 0x000c0000 libpandaphysics 0x608c0000 0x00080000 libshader 0x60940000 0x00030000 libdtool 0x60970000 0x00020000 @@ -21,3 +22,22 @@ libaudio_load_mp3 0x60af0000 0x00040000 libaudio_load_st 0x60b30000 0x00010000 libaudio_load_wav 0x60b40000 0x00010000 libpandaegg 0x60b50000 0x001a0000 + +; debug dlls + +libpanda_d 0x60000000 0x007e0000 +libpandadx_d 0x607e0000 0x00060000 +libpandagl_d 0x60840000 0x00050000 +libpandaexpress_d 0x60890000 0x000e0000 +libpandaphysics_d 0x60970000 0x000a0000 +libshader_d 0x60a10000 0x00030000 +libdtool_d 0x60a40000 0x00020000 +libdtoolconfig_d 0x60a60000 0x00060000 +libpystub_d 0x60ac0000 0x00010000 +libdirect_d 0x60ad0000 0x00040000 +libtoontown_d 0x60b10000 0x000b0000 +libaudio_load_midi_d 0x60bc0000 0x00010000 +libaudio_load_mp3_d 0x60bd0000 0x00040000 +libaudio_load_st_d 0x60c10000 0x00010000 +libaudio_load_wav_d 0x60c20000 0x00010000 +libpandaegg_d 0x60c30000 0x001c0000 diff --git a/dtool/src/dtoolbase/dllbase_d.txt b/dtool/src/dtoolbase/dllbase_d.txt deleted file mode 100644 index dfe3fe666f..0000000000 --- a/dtool/src/dtoolbase/dllbase_d.txt +++ /dev/null @@ -1,23 +0,0 @@ -; This file is used by the MSVC linker to specify DLL base addresses to -; prevent runtime relocation of DLLs by the windows loader. This speeds -; loading. This file was generated using $PANDATOOL/src/scripts/basedlls.pl -; which uses rebase.exe from the MS platform SDK. It may additionally be -; hand-hacked to simplify addresses for popular dlls to aid debugging. - - -libpanda_d 0x60000000 0x007e0000 -libpandadx_d 0x607e0000 0x00060000 -libpandagl_d 0x60840000 0x00050000 -libpandaexpress_d 0x60890000 0x000e0000 -libpandaphysics_d 0x60970000 0x000a0000 -libshader_d 0x60a10000 0x00030000 -libdtool_d 0x60a40000 0x00020000 -libdtoolconfig_d 0x60a60000 0x00060000 -libpystub_d 0x60ac0000 0x00010000 -libdirect_d 0x60ad0000 0x00040000 -libtoontown_d 0x60b10000 0x000b0000 -libaudio_load_midi_d 0x60bc0000 0x00010000 -libaudio_load_mp3_d 0x60bd0000 0x00040000 -libaudio_load_st_d 0x60c10000 0x00010000 -libaudio_load_wav_d 0x60c20000 0x00010000 -libpandaegg_d 0x60c30000 0x001c0000