Browse Source

*** empty log message ***

cxgeorge 23 years ago
parent
commit
932c89db19
2 changed files with 25 additions and 22 deletions
  1. 22 22
      dtool/src/dtoolbase/dllbase.txt
  2. 3 0
      pandatool/src/scripts/basedlls.pl

+ 22 - 22
dtool/src/dtoolbase/dllbase.txt

@@ -10,17 +10,17 @@ libpanda         0x0000000060000000 0x004b0000
 libpandadx       0x0000000061000000 0x00090000
 libpandadx7      0x0000000061000000 0x00050000
 libpandagl       0x0000000061000000 0x00040000
-libpandaexpress  0x00000000605d0000 0x00130000
-libpandaphysics  0x0000000060700000 0x00060000
-libpandafx       0x0000000060760000 0x00020000
-libdtool         0x0000000060780000 0x00020000
-libdtoolconfig   0x00000000607a0000 0x00040000
-libpystub        0x00000000607e0000 0x00010000
-libdirect        0x00000000607f0000 0x00050000
-libtoontown      0x0000000060840000 0x000b0000
-libmiles_audio   0x00000000608f0000 0x00020000
-libpandaegg      0x0000000060910000 0x00130000
-libframework     0x0000000060a40000 0x00020000
+libpandaexpress  0x00000000605d0000 0x00140000
+libpandaphysics  0x0000000060710000 0x00060000
+libpandafx       0x0000000060770000 0x00020000
+libdtool         0x0000000060790000 0x00020000
+libdtoolconfig   0x00000000607b0000 0x00040000
+libpystub        0x00000000607f0000 0x00010000
+libdirect        0x0000000060800000 0x00050000
+libtoontown      0x0000000060850000 0x000b0000
+libmiles_audio   0x0000000060900000 0x00020000
+libpandaegg      0x0000000060920000 0x00130000
+libframework     0x0000000060a50000 0x00020000
 
 ; debug dlls
 
@@ -28,14 +28,14 @@ libpanda_d       0x0000000060000000 0x007c0000
 libpandadx_d     0x00000000607c0000 0x000f0000
 libpandadx7_d    0x00000000608b0000 0x00070000
 libpandagl_d     0x0000000060920000 0x00050000
-libpandaexpress_d 0x0000000060970000 0x001f0000
-libpandaphysics_d 0x0000000060b60000 0x000a0000
-libpandafx_d     0x0000000060c00000 0x00030000
-libdtool_d       0x0000000060c30000 0x00030000
-libdtoolconfig_d 0x0000000060c60000 0x00070000
-libpystub_d      0x0000000060cd0000 0x00010000
-libdirect_d      0x0000000060ce0000 0x00080000
-libtoontown_d    0x0000000060d60000 0x00130000
-libmiles_audio_d 0x0000000060e90000 0x00030000
-libpandaegg_d    0x0000000060ec0000 0x00210000
-libframework_d   0x00000000610d0000 0x00030000
+libpandaexpress_d 0x0000000060970000 0x00210000
+libpandaphysics_d 0x0000000060b80000 0x000a0000
+libpandafx_d     0x0000000060c20000 0x00030000
+libdtool_d       0x0000000060c50000 0x00030000
+libdtoolconfig_d 0x0000000060c80000 0x00070000
+libpystub_d      0x0000000060cf0000 0x00010000
+libdirect_d      0x0000000060d00000 0x00080000
+libtoontown_d    0x0000000060d80000 0x00130000
+libmiles_audio_d 0x0000000060eb0000 0x00030000
+libpandaegg_d    0x0000000060ee0000 0x00210000
+libframework_d   0x00000000610f0000 0x00030000

+ 3 - 0
pandatool/src/scripts/basedlls.pl

@@ -104,5 +104,8 @@ print $ENV{'PATH'},"\n";
 print $args[0]." ".$args[1]." ".$args[2]."\n";
 system(@args);
 
+print "do cp tmp/dllbase.txt ~/player/dtool/src/dtoolbase\n";
+
 exit(0);
 
+