equal
deleted
inserted
replaced
|
1 // qr3.iby |
|
2 // |
|
3 // Copyright (c) 2010 Accenture. All rights reserved. |
|
4 // This component and the accompanying materials are made available |
|
5 // under the terms of the "Eclipse Public License v1.0" |
|
6 // which accompanies this distribution, and is available |
|
7 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 // |
|
9 // Initial Contributors: |
|
10 // Accenture - Initial contribution |
|
11 // |
|
12 #ifndef QR3_IBY |
|
13 #define QR3_IBY |
|
14 |
|
15 #include <fsh_config.iby> |
|
16 |
|
17 #ifdef FSHELL_QR3_SUPPORT |
|
18 |
|
19 FSHELL_EXECUTABLE_FILE(qr3.dll) |
|
20 |
|
21 #ifdef FSHELL_QR3_SUPPORT_LOGGINGALLOCATOR |
|
22 FSHELL_EXECUTABLE_FILE(QR3Sandbox.exe) |
|
23 FSHELL_EXECUTABLE_FILE(LoggingAllocator.dll) |
|
24 #endif |
|
25 |
|
26 #endif |
|
27 |
|
28 #endif // QR3_IBY |