stx_libtool2.st
changeset 2577 0ede5715d72e
parent 2474 675a80b62692
child 2610 2fbaaa0e8e33
equal deleted inserted replaced
2576:9e8d63aadb11 2577:0ede5715d72e
    62     )
    62     )
    63 ! !
    63 ! !
    64 
    64 
    65 !stx_libtool2 class methodsFor:'description - compilation'!
    65 !stx_libtool2 class methodsFor:'description - compilation'!
    66 
    66 
    67 additionalDefinitions_bc_dot_mak
    67 additionalBaseAddressDefinition_bc_dot_mak
       
    68     "this is an optional definition, which (if present) may speed up the dll-loading a little
       
    69      on win32 systems."
       
    70 
    68     ^ '
    71     ^ '
    69 # see stdHeader_bc for LIBTOOL2_BASE
    72 # see stdHeader_bc for LIBTOOL2_BASE
    70 # LIBTOOL2_BASE   =0x65000000
    73 LIB_BASE=$(LIBTOOL2_BASE)
    71 LIB_BASE_LD_ARG=-b:$(LIBTOOL2_BASE)
       
    72 '
    74 '
    73 ! !
    75 ! !
    74 
    76 
    75 !stx_libtool2 class methodsFor:'description - contents'!
    77 !stx_libtool2 class methodsFor:'description - contents'!
    76 
    78