kerneltest/f32test/loader/pathological/build.cmd
changeset 0 a41df078684a
equal deleted inserted replaced
-1:000000000000 0:a41df078684a
       
     1 rem Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 rem All rights reserved.
       
     3 rem This component and the accompanying materials are made available
       
     4 rem under the terms of the License "Eclipse Public License v1.0"
       
     5 rem which accompanies this distribution, and is available
       
     6 rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 rem
       
     8 rem Initial Contributors:
       
     9 rem Nokia Corporation - initial contribution.
       
    10 rem
       
    11 rem Contributors:
       
    12 rem
       
    13 rem Description:
       
    14 rem \f32test\loader\pathological\build.cmd
       
    15 rem 
       
    16 rem
       
    17 
       
    18 perl ..\dlltree.pl badtree.txt gen -allowbad
       
    19 cd gen
       
    20 copy ..\..\*.cpp
       
    21 copy ..\..\*.h
       
    22 copy ..\..\*.cia
       
    23 call bldmake bldfiles
       
    24 call abld test makefile %1
       
    25 call abld test library %1
       
    26 call abld test target %1 udeb
       
    27 
       
    28