LibraryDefinition.st
changeset 11941 56b21fa6c358
parent 11687 c2d2e40df7da
child 12024 00b232843e78
--- a/LibraryDefinition.st	Wed Sep 16 17:19:23 2009 +0200
+++ b/LibraryDefinition.st	Wed Sep 16 17:19:26 2009 +0200
@@ -162,6 +162,8 @@
 TOP=%(TOP)
 INCLUDE_TOP=$(TOP)\..
 
+%(ADDITIONAL_BASE_ADDRESS_DEFINITION)
+
 !!INCLUDE $(TOP)\rules\stdHeader_bc
 
 !!INCLUDE Make.spec
@@ -620,5 +622,5 @@
 !LibraryDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.87 2009-05-07 12:23:24 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.88 2009-09-16 15:19:26 cg Exp $'
 ! !