automatic checkIn
authorClaus Gittinger <cg@exept.de>
Mon, 28 Aug 2006 17:22:14 +0200
changeset 7036 194b77c8add3
parent 7035 6014b7d0d67c
child 7037 ec9705009031
automatic checkIn
stx_libtool.st
--- a/stx_libtool.st	Mon Aug 28 17:22:11 2006 +0200
+++ b/stx_libtool.st	Mon Aug 28 17:22:14 2006 +0200
@@ -133,7 +133,8 @@
 
 additionalDefinitions_nt_dot_mak
     ^ '
-LIBTOOL_BASE   =0x03000000
+# see stdHeader_nt for LIBTOOL_BASE
+# LIBTOOL_BASE   =0x64800000
 LIB_BASE_LD_ARG=-b:$(LIBTOOL_BASE)
 '
 ! !
@@ -175,5 +176,5 @@
 !stx_libtool class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.3 2006-08-28 13:35:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.4 2006-08-28 15:22:14 cg Exp $'
 ! !