sl@0: // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of the License "ARM EABI LICENCE.txt" sl@0: // which accompanies this distribution, and is available sl@0: // in kernel/eka/compsupp. sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // This file contains the compiler's run-time support libraries. sl@0: // sl@0: // sl@0: sl@0: // Make the file acceptable to "e32/rombuild/rom.bat." sl@0: #if defined(COMPSUPP_DIR) && defined(BUILD) sl@0: # define ABI_DIR \Epoc32\Release\##COMPSUPP_DIR sl@0: # define DEBUG_DIR BUILD sl@0: #endif sl@0: sl@0: #if defined(RVCT2_1) sl@0: # error "RVCT 2.1 is not supported." sl@0: #endif sl@0: sl@0: // Set a default run-time version. In the future, 3.1 or 4.X should be the default. sl@0: #if !( defined(RVCT2_2) || defined(RVCT3_1) || defined(RVCT4_0) ) sl@0: # define RVCT2_2 sl@0: #endif sl@0: sl@0: #if defined(VFPHELPERS) && !defined(NOVFPHELPERS) sl@0: # define FP_EXT _vfpv2.dll sl@0: #else sl@0: # define FP_EXT .dll sl@0: #endif sl@0: sl@0: file=ABI_DIR\##DEBUG_DIR\scppnwdl.dll \sys\bin\scppnwdl.dll sl@0: sl@0: file=ABI_DIR\##DEBUG_DIR\drtaeabi.dll \sys\bin\drtaeabi.dll sl@0: file=ABI_DIR\##DEBUG_DIR\dfpaeabi##FP_EXT \sys\bin\dfpaeabi.dll sl@0: sl@0: // Support for old binaries. sl@0: file=ABI_DIR\##DEBUG_DIR\dfprvct-thunk.dll \sys\bin\dfprvct-thunk.dll sl@0: alias \sys\bin\dfprvct-thunk.dll \sys\bin\dfprvct2_2-thunk.dll sl@0: alias \sys\bin\dfprvct-thunk.dll \sys\bin\dfprvct2_1-thunk.dll sl@0: sl@0: #if defined(RVCT2_2) sl@0: file=ABI_DIR\##DEBUG_DIR\drtrvct2_2##FP_EXT \sys\bin\drtrvct2_2.dll sl@0: file=ABI_DIR\##DEBUG_DIR\dfprvct2_2##FP_EXT \sys\bin\dfprvct2_2.dll sl@0: sl@0: // Support for old binaries. sl@0: alias \sys\bin\drtrvct2_2.dll \sys\bin\drtrvct2_1.dll sl@0: alias \sys\bin\dfprvct2_2.dll \sys\bin\dfprvct2_1.dll sl@0: #elif defined(RVCT3_1) || defined(RVCT4_0) sl@0: file=ABI_DIR\##DEBUG_DIR\drtrvct3_1##FP_EXT \sys\bin\drtrvct3_1.dll sl@0: file=ABI_DIR\##DEBUG_DIR\dfprvct3_1##FP_EXT \sys\bin\dfprvct3_1.dll sl@0: sl@0: // Support for old binaries. sl@0: alias \sys\bin\drtrvct3_1.dll \sys\bin\drtrvct2_2.dll sl@0: alias \sys\bin\dfprvct3_1.dll \sys\bin\dfprvct2_2.dll sl@0: alias \sys\bin\drtrvct3_1.dll \sys\bin\drtrvct2_1.dll sl@0: alias \sys\bin\dfprvct3_1.dll \sys\bin\dfprvct2_1.dll sl@0: #endif sl@0: