build/Makefile.project
branchRCL_3
changeset 27 f996f87645b0
parent 25 9ac0a0a7da70
child 31 bbc07f4296e6
equal deleted inserted replaced
25:9ac0a0a7da70 27:f996f87645b0
    56       RD_JAVA_S60_RELEASE = 9.1
    56       RD_JAVA_S60_RELEASE = 9.1
    57     else
    57     else
    58     ifneq ($(wildcard $(addsuffix Series60v5.0.sis,$(S60_STUBSIS_DIRS))),)
    58     ifneq ($(wildcard $(addsuffix Series60v5.0.sis,$(S60_STUBSIS_DIRS))),)
    59       RD_JAVA_S60_RELEASE = 5.0
    59       RD_JAVA_S60_RELEASE = 5.0
    60     else
    60     else
    61       $(error Cannot determine S60 release, no known stub files in $(S60_STUBSIS_DIRS))
    61       # $(error Cannot determine S60 release, no known stub files in $(S60_STUBSIS_DIRS))
       
    62       RD_JAVA_S60_RELEASE = 9.2
    62     endif
    63     endif
    63     endif
    64     endif
    64     endif
    65     endif
    65     endif
    66     endif
    66     # Export the release info, so that no autodetermination is needed after this
    67     # Export the release info, so that no autodetermination is needed after this