stx_libview2.st
changeset 2740 ac01b31e9f32
parent 2735 f98f6f348949
child 2796 9ca6422007ad
equal deleted inserted replaced
2739:408584de7150 2740:ac01b31e9f32
    64     )
    64     )
    65 ! !
    65 ! !
    66 
    66 
    67 !stx_libview2 class methodsFor:'description - compilation'!
    67 !stx_libview2 class methodsFor:'description - compilation'!
    68 
    68 
       
    69 additionalBaseAddressDefinition_bc_dot_mak
       
    70     "this is an optional definition, which (if present) may speed up the dll-loading a little
       
    71      on win32 systems."
       
    72 
       
    73     ^ '
       
    74 # see stdHeader_bc for LIBVIEW2_BASE
       
    75 LIB_BASE=$(LIBVIEW2_BASE)
       
    76 '
       
    77 !
       
    78 
    69 additionalDefinitions_bc_dot_mak
    79 additionalDefinitions_bc_dot_mak
    70     ^ '
    80     ^ '
    71 # see stdHeader_bc for LIBVIEW2_BASE
       
    72 # LIBVIEW2_BASE   =0x61800000
       
    73 LIB_BASE_LD_ARG=-b:$(LIBVIEW2_BASE)
       
    74 
       
    75 LIBJPEG_DIR=$(TOP)\support\libjpeg-6a
    81 LIBJPEG_DIR=$(TOP)\support\libjpeg-6a
    76 LIBJPEG=$(LIBJPEG_DIR)\libjpeg.lib
    82 LIBJPEG=$(LIBJPEG_DIR)\libjpeg.lib
    77 CLOCAL_INCL=-I"$(LIBJPEG_DIR)"
    83 CLOCAL_INCL=-I"$(LIBJPEG_DIR)"
    78 '
    84 '
    79 
    85 
   328 ! !
   334 ! !
   329 
   335 
   330 !stx_libview2 class methodsFor:'documentation'!
   336 !stx_libview2 class methodsFor:'documentation'!
   331 
   337 
   332 version
   338 version
   333     ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.39 2009-09-03 15:57:53 cg Exp $'
   339     ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.40 2009-09-16 15:18:30 cg Exp $'
   334 ! !
   340 ! !