LibraryDefinition.st
changeset 17039 6059852be475
parent 16194 92e1f555fb2a
child 17231 7a0932dedec0
equal deleted inserted replaced
17038:e5e3568f805e 17039:6059852be475
   297 !!INCLUDE $(TOP)\rules\stdHeader_bc
   297 !!INCLUDE $(TOP)\rules\stdHeader_bc
   298 
   298 
   299 !!INCLUDE Make.spec
   299 !!INCLUDE Make.spec
   300 
   300 
   301 LIBNAME=%(LIBRARY_NAME)
   301 LIBNAME=%(LIBRARY_NAME)
       
   302 MODULE_PATH=%(MODULE_PATH)
   302 RESFILES=%(RESFILENAME)
   303 RESFILES=%(RESFILENAME)
   303 
   304 
   304 %(ADDITIONAL_DEFINITIONS)
   305 %(ADDITIONAL_DEFINITIONS)
   305 
   306 
   306 LOCALINCLUDES=%(LOCAL_INCLUDES)
   307 LOCALINCLUDES=%(LOCAL_INCLUDES)
   702 ! !
   703 ! !
   703 
   704 
   704 !LibraryDefinition class methodsFor:'documentation'!
   705 !LibraryDefinition class methodsFor:'documentation'!
   705 
   706 
   706 version
   707 version
   707     ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.120 2014-03-03 12:18:53 vrany Exp $'
   708     ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.121 2014-11-11 16:00:05 cg Exp $'
   708 !
   709 !
   709 
   710 
   710 version_CVS
   711 version_CVS
   711     ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.120 2014-03-03 12:18:53 vrany Exp $'
   712     ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.121 2014-11-11 16:00:05 cg Exp $'
   712 ! !
   713 ! !
   713 
   714