*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 16 Sep 2009 17:18:45 +0200
changeset 3746 b74689ab5c60
parent 3745 99f6704c0369
child 3747 39736511a70f
*** empty log message ***
stx_libwidg2.st
--- a/stx_libwidg2.st	Wed Sep 16 16:17:14 2009 +0200
+++ b/stx_libwidg2.st	Wed Sep 16 17:18:45 2009 +0200
@@ -84,11 +84,13 @@
 
 !stx_libwidg2 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 LIBWIDG2_BASE
-# LIBWIDG2_BASE   =0x64500000
-LIB_BASE_LD_ARG=-b:$(LIBWIDG2_BASE)
+LIB_BASE=$(LIBWIDG2_BASE)
 '
 ! !
 
@@ -228,5 +230,5 @@
 !stx_libwidg2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/stx_libwidg2.st,v 1.33 2009-05-11 06:43:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/stx_libwidg2.st,v 1.34 2009-09-16 15:18:45 cg Exp $'
 ! !