equal
deleted
inserted
replaced
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 |