make-rules/shared-macros.mk
branchs11-update
changeset 3985 6cc44e5834f8
parent 3922 f4e70ad144ea
child 3987 80a0acd552d1
equal deleted inserted replaced
3984:03ec35f09e5b 3985:6cc44e5834f8
    84 include $(WS_MAKE_RULES)/ips-buildinfo.mk
    84 include $(WS_MAKE_RULES)/ips-buildinfo.mk
    85 
    85 
    86 COMPILER =		studio
    86 COMPILER =		studio
    87 BITS =			32
    87 BITS =			32
    88 
    88 
    89 # If we are building multiple versions of python, make sure that python 2.6
    89 # The default version should go last.
    90 # is installed last and is the canonical version.  When we change defaults,
    90 PYTHON_VERSION =	2.7
    91 # the new default should go last.  For now, this is most easily done by
    91 PYTHON2_VERSIONS =	2.6 2.7
    92 # listing version in descending order.
       
    93 PYTHON_VERSION =	2.6
       
    94 PYTHON2_VERSIONS =	2.7 2.6
       
    95 PYTHON3_VERSIONS =	3.4
    92 PYTHON3_VERSIONS =	3.4
    96 PYTHON_VERSIONS =	$(PYTHON3_VERSIONS) $(PYTHON2_VERSIONS)
    93 PYTHON_VERSIONS =	$(PYTHON3_VERSIONS) $(PYTHON2_VERSIONS)
    97 
    94 
    98 BASS_O_MATIC =	$(WS_TOOLS)/bass-o-matic
    95 BASS_O_MATIC =	$(WS_TOOLS)/bass-o-matic
    99 
    96