*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 16 Sep 2009 17:18:27 +0200
changeset 2577 0ede5715d72e
parent 2576 9e8d63aadb11
child 2578 e515bf4174db
*** empty log message ***
stx_libtool2.st
--- a/stx_libtool2.st	Tue Sep 15 14:54:14 2009 +0200
+++ b/stx_libtool2.st	Wed Sep 16 17:18:27 2009 +0200
@@ -64,11 +64,13 @@
 
 !stx_libtool2 class methodsFor:'description - compilation'!
 
-additionalDefinitions_bc_dot_mak
+additionalBaseAddressDefinition_bc_dot_mak
+    "this is an optional definition, which (if present) may speed up the dll-loading a little
+     on win32 systems."
+
     ^ '
 # see stdHeader_bc for LIBTOOL2_BASE
-# LIBTOOL2_BASE   =0x65000000
-LIB_BASE_LD_ARG=-b:$(LIBTOOL2_BASE)
+LIB_BASE=$(LIBTOOL2_BASE)
 '
 ! !