ICU-3389 Fix how the data library is named

X-SVN-Rev: 15243
This commit is contained in:
George Rhoten 2004-05-10 23:49:05 +00:00
parent d61e8741da
commit 6395813d7f

View file

@ -136,6 +136,11 @@ typedef struct UPKGOptions_
# define OBJ_SUFFIX ".obj"
# define UDATA_LIB_SUFFIX ".LIB"
#elif defined(U_CYGWIN)
# define LIB_PREFIX "cyg"
# define OBJ_SUFFIX ".o"
# define UDATA_LIB_SUFFIX ".a"
#else /* POSIX? */
# define LIB_PREFIX "lib"
# define OBJ_SUFFIX ".o"