stx_libview2.st
changeset 2197 1a42882a8fcb
parent 2192 ed4bfebac711
child 2198 440fadb8eb01
--- a/stx_libview2.st	Mon Aug 28 16:29:27 2006 +0200
+++ b/stx_libview2.st	Mon Aug 28 16:29:29 2006 +0200
@@ -179,7 +179,8 @@
 
 additionalDefinitions_nt_dot_mak
     ^ '
-LIBVIEW2_BASE=0x02400000
+# see stdHeader_nt for LIBVIEW2_BASE
+# LIBVIEW2_BASE   =0x61800000
 LIB_BASE_LD_ARG=-b:$(LIBVIEW2_BASE)
 
 LIBJPEG_DIR=$(TOP)\support\libjpeg-6a
@@ -308,5 +309,5 @@
 !stx_libview2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.7 2006-08-28 13:36:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.8 2006-08-28 14:29:29 cg Exp $'
 ! !