equal
deleted
inserted
replaced
1 // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 1998-2010 Nokia Corporation and/or its subsidiary(-ies). |
2 // All rights reserved. |
2 // All rights reserved. |
3 // This component and the accompanying materials are made available |
3 // This component and the accompanying materials are made available |
4 // under the terms of "Eclipse Public License v1.0" |
4 // under the terms of "Eclipse Public License v1.0" |
5 // which accompanies this distribution, and is available |
5 // which accompanies this distribution, and is available |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
45 #else |
45 #else |
46 // Default to not page all data. |
46 // Default to not page all data. |
47 #define FBSERV_PAGEDDATA_CONFIG unpageddata |
47 #define FBSERV_PAGEDDATA_CONFIG unpageddata |
48 #endif |
48 #endif |
49 |
49 |
50 file=ABI_DIR\BUILD_DIR\fbserv_fmm.exe \sys\bin\fbserv.exe FBSERV_PAGEDDATA_CONFIG |
50 file=ABI_DIR\BUILD_DIR\fbserv.exe \sys\bin\fbserv.exe FBSERV_PAGEDDATA_CONFIG |
51 file=ABI_DIR\BUILD_DIR\fbscli_fmm.dll \sys\bin\fbscli.dll |
51 file=ABI_DIR\BUILD_DIR\fbscli.dll \sys\bin\fbscli.dll |
52 #else |
52 #else |
53 file=ABI_DIR\DEBUG_DIR\fbserv.exe sys\bin\fbserv.exe |
53 file=ABI_DIR\DEBUG_DIR\fbserv.exe sys\bin\fbserv.exe |
54 file=ABI_DIR\DEBUG_DIR\fbscli.dll sys\bin\fbscli.dll |
54 file=ABI_DIR\DEBUG_DIR\fbscli.dll sys\bin\fbscli.dll |
55 #endif //WITH_FLEXIBLE_MM |
55 #endif //WITH_FLEXIBLE_MM |
56 |
56 |