automatic checkIn
authorClaus Gittinger <cg@exept.de>
Mon, 28 Aug 2006 15:37:36 +0200
changeset 3055 ac72fe0af5e7
parent 3054 8bf865efadb1
child 3056 0ab2c83c83b9
automatic checkIn
stx_libwidg2.st
--- a/stx_libwidg2.st	Mon Aug 28 15:37:34 2006 +0200
+++ b/stx_libwidg2.st	Mon Aug 28 15:37:36 2006 +0200
@@ -162,6 +162,15 @@
     )
 ! !
 
+!stx_libwidg2 class methodsFor:'description - compilation'!
+
+additionalDefinitions_nt_dot_mak
+    ^ '
+LIBWIDG2_BASE   =0x02900000
+LIB_BASE_LD_ARG=-b:$(LIBWIDG2_BASE)
+'
+! !
+
 !stx_libwidg2 class methodsFor:'description - project information'!
 
 companyName
@@ -199,5 +208,5 @@
 !stx_libwidg2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/stx_libwidg2.st,v 1.8 2006-08-24 21:21:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/stx_libwidg2.st,v 1.9 2006-08-28 13:37:36 cg Exp $'
 ! !