diff options
author | Noel Power <noel.power@novell.com> | 2011-04-05 06:21:33 +0100 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2011-04-05 06:25:17 +0100 |
commit | a335ce660e30a39396b21f2d335deca2b2d4a7ad (patch) | |
tree | 1fea018317121314254b16a729beedbf171d7d44 /icu | |
parent | 2fdce0355265dd0bc8fbad897526ef6793e12b5c (diff) |
hacky patch to deliver icuin.lib as iicui18n.lib fixes forms build error
no doubt not the right fix but gets the build over the hump
Diffstat (limited to 'icu')
-rw-r--r-- | icu/prj/d.lst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/icu/prj/d.lst b/icu/prj/d.lst index 5290123b549d..608f19e77251 100644 --- a/icu/prj/d.lst +++ b/icu/prj/d.lst @@ -8,6 +8,8 @@ mkdir: %_DEST%\inc%_EXT%\external\unicode ..\%__SRC%\lib\*.a %_DEST%\lib%_EXT%\*.a ..\%__SRC%\lib\*.lib %_DEST%\lib%_EXT%\*.lib +..\%__SRC%\lib\icuin.lib %_DEST%\lib%_EXT%\iicui18n.lib +..\%__SRC%\lib\*.lib %_DEST%\lib%_EXT% ..\%__SRC%\bin\*.dll %_DEST%\bin%_EXT%\*.dll |