make-rules/shared-macros.mk
changeset 31 90e0c3ea3281
parent 29 eb4177698749
child 32 280a7444e782
equal deleted inserted replaced
30:440b6ca0641d 31:90e0c3ea3281
    34 BUILD_VERSION =		$(OS_VERSION)-$(BUILD_NUM)
    34 BUILD_VERSION =		$(OS_VERSION)-$(BUILD_NUM)
    35 
    35 
    36 COMPILER =		studio
    36 COMPILER =		studio
    37 BITS =			32
    37 BITS =			32
    38 PYTHON_VERSION =	2.6
    38 PYTHON_VERSION =	2.6
       
    39 PYTHON_VERSIONS =	2.4 2.6
    39 
    40 
    40 TOOLS =		$(WS_TOP)/tools
    41 TOOLS =		$(WS_TOP)/tools
    41 WS_LOGS =	$(WS_TOP)/logs
    42 WS_LOGS =	$(WS_TOP)/logs
    42 MAKE_RULES =	$(WS_TOP)/components/make-rules
    43 MAKE_RULES =	$(WS_TOP)/components/make-rules
    43 
    44