mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-1468 For pkgdata on Windows, use tool binaries from bin directory rather than from the ICU source hierarchy
X-SVN-Rev: 6682
This commit is contained in:
parent
3d90f8a272
commit
de1e3fd9ec
1 changed files with 2 additions and 4 deletions
|
@ -73,8 +73,7 @@ void pkg_mode_windows(UPKGOptions *o, FileStream *makefile, UErrorCode *status)
|
|||
T_FileStream_writeLine(makefile, tmp2);
|
||||
|
||||
sprintf(tmp2,
|
||||
"GENCMN = $(ICUROOT)%ssource\\tools\\gencmn\\%s\\gencmn.exe\n",
|
||||
separator, WINBUILDMODE);
|
||||
"GENCMN = $(ICUROOT)%sbin\\gencmn.exe\n", separator);
|
||||
T_FileStream_writeLine(makefile, tmp2);
|
||||
|
||||
if(isDll) {
|
||||
|
@ -102,8 +101,7 @@ void pkg_mode_windows(UPKGOptions *o, FileStream *makefile, UErrorCode *status)
|
|||
T_FileStream_writeLine(makefile, tmp2);
|
||||
|
||||
sprintf(tmp2,
|
||||
"GENCCODE = $(ICUROOT)%ssource\\tools\\genccode\\%s\\genccode.exe\n",
|
||||
separator, WINBUILDMODE);
|
||||
"GENCCODE = $(ICUROOT)%sbin\\genccode.exe\n", separator);
|
||||
T_FileStream_writeLine(makefile, tmp2);
|
||||
|
||||
T_FileStream_writeLine(makefile, "\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue