applicationmanagement/build_am.bat
changeset 0 3ce708148e4d
equal deleted inserted replaced
-1:000000000000 0:3ce708148e4d
       
     1 rem
       
     2 rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 rem All rights reserved.
       
     4 rem This component and the accompanying materials are made available
       
     5 rem under the terms of "Eclipse Public License v1.0"
       
     6 rem which accompanies this distribution, and is available
       
     7 rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 rem
       
     9 rem Initial Contributors:
       
    10 rem Nokia Corporation - initial contribution.
       
    11 rem
       
    12 rem Contributors:
       
    13 rem
       
    14 rem Description: Implementation of applicationmanagement components
       
    15 rem
       
    16 
       
    17 @echo off
       
    18 
       
    19 call build_module options %1 %2
       
    20 rem call build_module installer %1 %2
       
    21 
       
    22 
       
    23 echo ######################
       
    24 echo Building client+server
       
    25 echo ######################
       
    26 
       
    27 
       
    28 pushd group
       
    29 call bldmake bldfiles
       
    30 @call abld export
       
    31 @call abld makefile %1
       
    32 @call abld resource %1 %2
       
    33 @call abld target %1 %2
       
    34 @call abld freeze %1 
       
    35 @call abld makefile %1 
       
    36 @call abld library %1 
       
    37 @call abld final %1 %2
       
    38 popd
       
    39 
       
    40 call build_module amadapter2 %1 %2
       
    41 
       
    42 echo ##########################
       
    43 echo Build AM finished
       
    44 echo ##########################