diff options
author | danglassey <danglassey> | 2002-09-17 13:01:55 +0000 |
---|---|---|
committer | danglassey <danglassey> | 2002-09-17 13:01:55 +0000 |
commit | 77a7a5e60bd9e2f4efc30399b2975dbfd722e781 (patch) | |
tree | 9e67d61c031e568ce151d12f2ffce84069600419 /apps/windoze/CBuilder5/InstallMgr/InstallMgr.cpp | |
parent | d9323f589390dbce440f764989a482060634b67c (diff) | |
download | sword-sf-cvs-77a7a5e60bd9e2f4efc30399b2975dbfd722e781.tar.gz |
sync with crosswire 20020917-1300
Diffstat (limited to 'apps/windoze/CBuilder5/InstallMgr/InstallMgr.cpp')
-rw-r--r-- | apps/windoze/CBuilder5/InstallMgr/InstallMgr.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/windoze/CBuilder5/InstallMgr/InstallMgr.cpp b/apps/windoze/CBuilder5/InstallMgr/InstallMgr.cpp index a269603..ce79815 100644 --- a/apps/windoze/CBuilder5/InstallMgr/InstallMgr.cpp +++ b/apps/windoze/CBuilder5/InstallMgr/InstallMgr.cpp @@ -12,6 +12,9 @@ USELIB("zlib.lib"); USELIB("..\..\..\..\lib\swordlib.lib"); USELIB("libcurl.lib"); USELIB("curl\lib\ws2_32.lib"); +USELIB("..\..\..\..\..\icu-sword\as_is\borland\icui18n.lib"); +USELIB("..\..\..\..\..\icu-sword\as_is\borland\icudatab.lib"); +USELIB("..\..\..\..\..\icu-sword\as_is\borland\icucommon.lib"); //--------------------------------------------------------------------------- WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int) { |