ICU-1568 \
X-SVN-Rev: 8084
This commit is contained in:
parent
764832deef
commit
262119b0e2
@ -78,7 +78,7 @@ void pkg_mode_windows(UPKGOptions *o, FileStream *makefile, UErrorCode *status)
|
||||
T_FileStream_writeLine(makefile, tmp2);
|
||||
|
||||
if(isDll) {
|
||||
uprv_strcpy(tmp, LIB_PREFIX");
|
||||
uprv_strcpy(tmp, LIB_PREFIX);
|
||||
uprv_strcat(tmp, o->cShortName);
|
||||
uprv_strcat(tmp, UDATA_SO_SUFFIX);
|
||||
|
||||
@ -123,7 +123,7 @@ void pkg_mode_windows(UPKGOptions *o, FileStream *makefile, UErrorCode *status)
|
||||
{
|
||||
uprv_strcpy(tmp, LIB_PREFIX);
|
||||
uprv_strcat(tmp, o->cShortName);
|
||||
uprv_stract(tmp, UDATA_LIB_SUFFIX);
|
||||
uprv_strcat(tmp, UDATA_LIB_SUFFIX);
|
||||
|
||||
pkg_sttc_writeReadme(o, tmp, status);
|
||||
if(U_FAILURE(*status))
|
||||
|
Loading…
Reference in New Issue
Block a user