LibraryDefinition.st
changeset 11941 56b21fa6c358
parent 11687 c2d2e40df7da
child 12024 00b232843e78
equal deleted inserted replaced
11940:cb9e5867b474 11941:56b21fa6c358
   159 #    bmake clobber - clean all
   159 #    bmake clobber - clean all
   160 #
   160 #
   161 #
   161 #
   162 TOP=%(TOP)
   162 TOP=%(TOP)
   163 INCLUDE_TOP=$(TOP)\..
   163 INCLUDE_TOP=$(TOP)\..
       
   164 
       
   165 %(ADDITIONAL_BASE_ADDRESS_DEFINITION)
   164 
   166 
   165 !!INCLUDE $(TOP)\rules\stdHeader_bc
   167 !!INCLUDE $(TOP)\rules\stdHeader_bc
   166 
   168 
   167 !!INCLUDE Make.spec
   169 !!INCLUDE Make.spec
   168 
   170 
   618 ! !
   620 ! !
   619 
   621 
   620 !LibraryDefinition class methodsFor:'documentation'!
   622 !LibraryDefinition class methodsFor:'documentation'!
   621 
   623 
   622 version
   624 version
   623     ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.87 2009-05-07 12:23:24 stefan Exp $'
   625     ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.88 2009-09-16 15:19:26 cg Exp $'
   624 ! !
   626 ! !