genericopenlibs/cppstdlib/test/op_new_tests/group/bld.inf
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 02:01:42 +0200
changeset 0 e4d67989cc36
permissions -rw-r--r--
Revision: 201002 Kit: 201005

// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
//

PRJ_TESTMMPFILES

//The archives
stdlib_nonew
stdlib_new
lib_nonew_nomacro
lib_nonew_macro
lib_new_macro
lib_new_nomacro

// The DLLs using the archives
dll_using_stdlib_nonew
dll_using_stdlib_new                   // will result in a build error
dll_using_lib_nonew_nomacro
dll_using_lib_nonew_macro
dll_using_lib_new_macro                // will result in a build error
dll_using_lib_new_nomacro

// The STDDLLs using the archives
stddll_using_stdlib_nonew
stddll_using_stdlib_new
stddll_using_lib_nonew_nomacro
stddll_using_lib_nonew_macro
stddll_using_lib_new_macro
stddll_using_lib_new_nomacro           // will result in a build error


// The Exes using archives
exe_using_stdlib_nonew
exe_using_stdlib_new                   // will result in a build error
exe_using_lib_nonew_nomacro
exe_using_lib_nonew_macro
exe_using_lib_new_macro                // will result in a build error
exe_using_lib_new_nomacro

// The STDEXEs using the archives
stdexe_using_stdlib_nonew
stdexe_using_stdlib_new
stdexe_using_lib_nonew_nomacro
stdexe_using_lib_nonew_macro
stdexe_using_lib_new_macro
stdexe_using_lib_new_nomacro           // will result in a build error