genericopenlibs/cppstdlib/test/op_new_tests/group/bld.inf
changeset 0 e4d67989cc36
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/cppstdlib/test/op_new_tests/group/bld.inf	Tue Feb 02 02:01:42 2010 +0200
@@ -0,0 +1,57 @@
+// 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