/* * When building the data library without assembly, * some platforms use a single c code file for all of * the data to generate the final data library. This can * increase the performance of the pkdata tool.
*/ #if U_PLATFORM == U_PF_OS400 #define USE_SINGLE_CCODE_FILE #endif
/* Need to fix the file seperator character when using MinGW. */ #ifdefined(WINDOWS_WITH_GNUC) || defined(USING_CYGWIN) #define PKGDATA_FILE_SEP_STRING "/" #else #define PKGDATA_FILE_SEP_STRING U_FILE_SEP_STRING #endif
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.