os/ossrv/genericopenlibs/cppstdlib/test/op_new_tests/group/bld.inf
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 //
    15 
    16 PRJ_TESTMMPFILES
    17 
    18 //The archives
    19 stdlib_nonew
    20 stdlib_new
    21 lib_nonew_nomacro
    22 lib_nonew_macro
    23 lib_new_macro
    24 lib_new_nomacro
    25 
    26 // The DLLs using the archives
    27 dll_using_stdlib_nonew
    28 dll_using_stdlib_new                   // will result in a build error
    29 dll_using_lib_nonew_nomacro
    30 dll_using_lib_nonew_macro
    31 dll_using_lib_new_macro                // will result in a build error
    32 dll_using_lib_new_nomacro
    33 
    34 // The STDDLLs using the archives
    35 stddll_using_stdlib_nonew
    36 stddll_using_stdlib_new
    37 stddll_using_lib_nonew_nomacro
    38 stddll_using_lib_nonew_macro
    39 stddll_using_lib_new_macro
    40 stddll_using_lib_new_nomacro           // will result in a build error
    41 
    42 
    43 // The Exes using archives
    44 exe_using_stdlib_nonew
    45 exe_using_stdlib_new                   // will result in a build error
    46 exe_using_lib_nonew_nomacro
    47 exe_using_lib_nonew_macro
    48 exe_using_lib_new_macro                // will result in a build error
    49 exe_using_lib_new_nomacro
    50 
    51 // The STDEXEs using the archives
    52 stdexe_using_stdlib_nonew
    53 stdexe_using_stdlib_new
    54 stdexe_using_lib_nonew_nomacro
    55 stdexe_using_lib_nonew_macro
    56 stdexe_using_lib_new_macro
    57 stdexe_using_lib_new_nomacro           // will result in a build error