specs/baseline.rbspec
changeset 119 816aa71b1e2e
parent 117 f163911eb7bc
child 123 1929fa1590da
equal deleted inserted replaced
118:a0139b2e60b1 119:816aa71b1e2e
    48                                      # various icons (country flags etc)
    48                                      # various icons (country flags etc)
    49                                      BUILD_DIR / 'stx' / 'goodies' / 'bitmaps'
    49                                      BUILD_DIR / 'stx' / 'goodies' / 'bitmaps'
    50 				   ]
    50 				   ]
    51 
    51 
    52     file BUILD_DIR / 'stx' / 'rules'  => BUILD_DIR do | t |
    52     file BUILD_DIR / 'stx' / 'rules'  => BUILD_DIR do | t |
    53       # As of 2017-01-13, Borland makefiles fail to compile Smalltalk/X
    53       checkout :'exept:public', 'stx/rules'
    54       # due to a slash/backslash mess in variables OUTDIR and OUTDIR_SLASH
       
    55       # To (temporarily) workaround that, checkout older version which 
       
    56       # is/was OK.
       
    57       # How could eXept mess up things so badly without noticing?
       
    58       checkout :'exept:public', 'stx/rules', revision: '2017-01-01'
       
    59       # the clear is here to avoid multiple checkouts
    54       # the clear is here to avoid multiple checkouts
    60       t.clear()
    55       t.clear()
    61     end
    56     end
    62 
    57 
    63     file BUILD_DIR / 'stx' / 'RELEASE'  => BUILD_DIR do | t |
    58     file BUILD_DIR / 'stx' / 'RELEASE'  => BUILD_DIR do | t |