stx_libview2.st
changeset 2740 ac01b31e9f32
parent 2735 f98f6f348949
child 2796 9ca6422007ad
--- a/stx_libview2.st	Tue Sep 15 21:01:43 2009 +0200
+++ b/stx_libview2.st	Wed Sep 16 17:18:30 2009 +0200
@@ -66,12 +66,18 @@
 
 !stx_libview2 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 LIBVIEW2_BASE
-# LIBVIEW2_BASE   =0x61800000
-LIB_BASE_LD_ARG=-b:$(LIBVIEW2_BASE)
+LIB_BASE=$(LIBVIEW2_BASE)
+'
+!
 
+additionalDefinitions_bc_dot_mak
+    ^ '
 LIBJPEG_DIR=$(TOP)\support\libjpeg-6a
 LIBJPEG=$(LIBJPEG_DIR)\libjpeg.lib
 CLOCAL_INCL=-I"$(LIBJPEG_DIR)"
@@ -330,5 +336,5 @@
 !stx_libview2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.39 2009-09-03 15:57:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.40 2009-09-16 15:18:30 cg Exp $'
 ! !