build/Makefile.project
changeset 80 d6dafc5d983f
parent 78 71ad690e91f5
child 87 1627c337e51e
equal deleted inserted replaced
78:71ad690e91f5 80:d6dafc5d983f
    47     # S60 release is not set, autodetermine
    47     # S60 release is not set, autodetermine
    48     ifneq ($(wildcard $(RD_JAVA_S60_RELEASE_FILE)),)
    48     ifneq ($(wildcard $(RD_JAVA_S60_RELEASE_FILE)),)
    49       # Use release written in file
    49       # Use release written in file
    50       include $(RD_JAVA_S60_RELEASE_FILE)
    50       include $(RD_JAVA_S60_RELEASE_FILE)
    51     else
    51     else
    52     ifneq ($(wildcard $(addsuffix Symbianv4.sis,$(S60_STUBSIS_DIRS))),)
    52     ifneq ($(wildcard $(addsuffix Symbianv4*.sis,$(S60_STUBSIS_DIRS))),)
    53       RD_JAVA_S60_RELEASE = 10.1
    53       RD_JAVA_S60_RELEASE = 10.1
    54     else
    54     else
    55     ifneq ($(wildcard $(addsuffix Series60v5.2.sis,$(S60_STUBSIS_DIRS))),)
    55     ifneq ($(wildcard $(addsuffix Series60v5.2.sis,$(S60_STUBSIS_DIRS))),)
    56       RD_JAVA_S60_RELEASE = 9.2
    56       RD_JAVA_S60_RELEASE = 9.2
    57     else
    57     else