stx_libtool.st
changeset 7577 9769c6225ff7
parent 7448 5c811968bae6
child 7641 a0d5a367ce8c
equal deleted inserted replaced
7576:513b221f9e25 7577:9769c6225ff7
    65 )
    65 )
    66 ! !
    66 ! !
    67 
    67 
    68 !stx_libtool class methodsFor:'description - compilation'!
    68 !stx_libtool class methodsFor:'description - compilation'!
    69 
    69 
    70 additionalDefinitions_nt_dot_mak
    70 additionalDefinitions_bc_dot_mak
    71     ^ '
    71     ^ '
    72 # see stdHeader_nt for LIBTOOL_BASE
    72 # see stdHeader_bc for LIBTOOL_BASE
    73 # LIBTOOL_BASE   =0x64800000
    73 # LIBTOOL_BASE   =0x64800000
    74 LIB_BASE_LD_ARG=-b:$(LIBTOOL_BASE)
    74 LIB_BASE_LD_ARG=-b:$(LIBTOOL_BASE)
    75 '
    75 '
    76 ! !
    76 ! !
    77 
    77 
   244 ! !
   244 ! !
   245 
   245 
   246 !stx_libtool class methodsFor:'documentation'!
   246 !stx_libtool class methodsFor:'documentation'!
   247 
   247 
   248 version
   248 version
   249     ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.15 2006-10-23 09:09:43 cg Exp $'
   249     ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.16 2007-01-11 18:05:31 stefan Exp $'
   250 ! !
   250 ! !