OLD | NEW |
1 /* | 1 /* |
2 ****************************************************************************** | 2 ****************************************************************************** |
3 * | 3 * |
4 * Copyright (C) 1997-2010, International Business Machines | 4 * Copyright (C) 1997-2010, International Business Machines |
5 * Corporation and others. All Rights Reserved. | 5 * Corporation and others. All Rights Reserved. |
6 * | 6 * |
7 ****************************************************************************** | 7 ****************************************************************************** |
8 * | 8 * |
9 * FILE NAME : platform.h | 9 * FILE NAME : platform.h |
10 * | 10 * |
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
367 /** @{ Programs used by ICU code
*/ | 367 /** @{ Programs used by ICU code
*/ |
368 /*===========================================================================*/ | 368 /*===========================================================================*/ |
369 | 369 |
370 #ifndef U_MAKE | 370 #ifndef U_MAKE |
371 #define U_MAKE "nmake" | 371 #define U_MAKE "nmake" |
372 #define U_MAKE_IS_NMAKE 1 | 372 #define U_MAKE_IS_NMAKE 1 |
373 #endif | 373 #endif |
374 | 374 |
375 /** @} */ | 375 /** @} */ |
376 | 376 |
OLD | NEW |