automatic checkIn
authorClaus Gittinger <cg@exept.de>
Mon, 28 Aug 2006 16:30:35 +0200
changeset 1894 e6ba9cf20854
parent 1893 d0361c60578e
child 1895 8deb047bb7d0
automatic checkIn
stx_libcomp.st
--- a/stx_libcomp.st	Mon Aug 28 16:30:34 2006 +0200
+++ b/stx_libcomp.st	Mon Aug 28 16:30:35 2006 +0200
@@ -106,7 +106,8 @@
 
 additionalDefinitions_nt_dot_mak
     ^ '
-LIBCOMP_BASE   =0x01800000
+# see stdHeader_nt for LIBCOMP_BASE
+# LIBCOMP_BASE   =0x61000000
 LIB_BASE_LD_ARG=-b:$(LIBCOMP_BASE)
 '
 !
@@ -154,5 +155,5 @@
 !stx_libcomp class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/stx_libcomp.st,v 1.10 2006-08-28 13:32:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/stx_libcomp.st,v 1.11 2006-08-28 14:30:35 cg Exp $'
 ! !