1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/genericopenlibs/cppstdlib/test/op_new_tests/group/bld.inf Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,57 @@
1.4 +// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +// All rights reserved.
1.6 +// This component and the accompanying materials are made available
1.7 +// under the terms of "Eclipse Public License v1.0"
1.8 +// which accompanies this distribution, and is available
1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +//
1.11 +// Initial Contributors:
1.12 +// Nokia Corporation - initial contribution.
1.13 +//
1.14 +// Contributors:
1.15 +//
1.16 +// Description:
1.17 +//
1.18 +
1.19 +PRJ_TESTMMPFILES
1.20 +
1.21 +//The archives
1.22 +stdlib_nonew
1.23 +stdlib_new
1.24 +lib_nonew_nomacro
1.25 +lib_nonew_macro
1.26 +lib_new_macro
1.27 +lib_new_nomacro
1.28 +
1.29 +// The DLLs using the archives
1.30 +dll_using_stdlib_nonew
1.31 +dll_using_stdlib_new // will result in a build error
1.32 +dll_using_lib_nonew_nomacro
1.33 +dll_using_lib_nonew_macro
1.34 +dll_using_lib_new_macro // will result in a build error
1.35 +dll_using_lib_new_nomacro
1.36 +
1.37 +// The STDDLLs using the archives
1.38 +stddll_using_stdlib_nonew
1.39 +stddll_using_stdlib_new
1.40 +stddll_using_lib_nonew_nomacro
1.41 +stddll_using_lib_nonew_macro
1.42 +stddll_using_lib_new_macro
1.43 +stddll_using_lib_new_nomacro // will result in a build error
1.44 +
1.45 +
1.46 +// The Exes using archives
1.47 +exe_using_stdlib_nonew
1.48 +exe_using_stdlib_new // will result in a build error
1.49 +exe_using_lib_nonew_nomacro
1.50 +exe_using_lib_nonew_macro
1.51 +exe_using_lib_new_macro // will result in a build error
1.52 +exe_using_lib_new_nomacro
1.53 +
1.54 +// The STDEXEs using the archives
1.55 +stdexe_using_stdlib_nonew
1.56 +stdexe_using_stdlib_new
1.57 +stdexe_using_lib_nonew_nomacro
1.58 +stdexe_using_lib_nonew_macro
1.59 +stdexe_using_lib_new_macro
1.60 +stdexe_using_lib_new_nomacro // will result in a build error