javaruntimes/subsystem.mk
changeset 61 bf7ee68962da
parent 21 2a9601315dfc
child 83 26b2b12093af
equal deleted inserted replaced
48:e0d6e9bd3ca7 61:bf7ee68962da
    24 COMPONENTS = \
    24 COMPONENTS = \
    25 	installer/starterdll/build \
    25 	installer/starterdll/build \
    26 	installer/starterexe/build \
    26 	installer/starterexe/build \
    27 	jvmargmodifier/default/build \
    27 	jvmargmodifier/default/build \
    28 	jvmargmodifier/file/build \
    28 	jvmargmodifier/file/build \
    29 	starterutils/build
    29 	starterutils/build \
       
    30 	standalone/build \
    30 
    31 
    31 ifdef RD_JAVA_S60_RELEASE_5_0_IAD
    32 ifdef RD_JAVA_S60_RELEASE_5_0_IAD
    32 	COMPONENTS += starter/build.iad
    33 	COMPONENTS += starter/build.iad
    33 else
    34 else
    34 	COMPONENTS += starter/build
    35 	COMPONENTS += starter/build
    35 endif
    36 endif
    36 
    37 
    37 starterutils/build: jvmargmodifier/default/build
    38 starterutils/build: jvmargmodifier/default/build
    38 midp: starterutils/build
    39 midp: starterutils/build
    39 installer/starterdll/build: starterutils/build
    40 installer/starterdll/build: starterutils/build
       
    41 standalone/build: starterutils/build
    40 
    42 
    41 include ${JAVA_SRC_ROOT}/build/Makefile.subsystem
    43 include ${JAVA_SRC_ROOT}/build/Makefile.subsystem