build/sis/java_2_0.pkg
changeset 47 f40128debb5d
parent 35 85266cc22c7f
child 48 e0d6e9bd3ca7
equal deleted inserted replaced
35:85266cc22c7f 47:f40128debb5d
    41 #ifdef RD_JAVA_S60_RELEASE_5_0_IAD
    41 #ifdef RD_JAVA_S60_RELEASE_5_0_IAD
    42 IF NOT exists("Z:\system\install\Series60v5.0.sis")
    42 IF NOT exists("Z:\system\install\Series60v5.0.sis")
    43   ; Popup error on Non-S60 v 5.0 platforms. Do not allow continuing.
    43   ; Popup error on Non-S60 v 5.0 platforms. Do not allow continuing.
    44   "incompatible_platform.txt"-"", FILETEXT, FORCEABORT
    44   "incompatible_platform.txt"-"", FILETEXT, FORCEABORT
    45 ENDIF
    45 ENDIF
       
    46 
       
    47 ; Check OpenC versions
       
    48 ; 0x10282872 = Standard C++ library
       
    49 ; 0x10281F34 = Open C LIBSSL
       
    50 ; 0x20009a80 = Symbian OS PIPS
       
    51 IF( version(0x10282872, <, 1, 5, 0) ) OR
       
    52   ( version(0x10281F34, <, 1, 5, 0) ) OR
       
    53   ( version(0x20009a80, <, 1, 5, 0) )
       
    54     "incompatible_openc.txt"-"", FT, TA
       
    55 ENDIF
       
    56 
    46 #endif // RD_JAVA_S60_RELEASE_5_0_IAD
    57 #endif // RD_JAVA_S60_RELEASE_5_0_IAD
    47 
    58 
    48 
    59 
    49 
    60 
    50 ; Executed during uninstallation before any Java 2.0 file has been removed.
    61 ; Executed during uninstallation before any Java 2.0 file has been removed.