diff options
author | danglassey <danglassey> | 2002-09-07 13:01:15 +0000 |
---|---|---|
committer | danglassey <danglassey> | 2002-09-07 13:01:15 +0000 |
commit | a88d2ae0574ef1422da03fe36a0d339a2af8cd88 (patch) | |
tree | 041204e69e552ff3670767d288075986f75d43a3 /utilities/bcppmake/imp2ld.bpf | |
parent | a550e4bddf5791f107f1d093599381052bb06d10 (diff) | |
download | sword-sf-cvs-a88d2ae0574ef1422da03fe36a0d339a2af8cd88.tar.gz |
sync with crosswire 20020907-1300
Diffstat (limited to 'utilities/bcppmake/imp2ld.bpf')
-rw-r--r-- | utilities/bcppmake/imp2ld.bpf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utilities/bcppmake/imp2ld.bpf b/utilities/bcppmake/imp2ld.bpf index cbaf592..82171c2 100644 --- a/utilities/bcppmake/imp2ld.bpf +++ b/utilities/bcppmake/imp2ld.bpf @@ -1,8 +1,8 @@ USEUNIT("..\imp2ld.cpp"); USELIB("libsword.lib"); -USELIB("..\..\..\icu-sword\as_is\win32\borland\icui18n.lib"); -USELIB("..\..\..\icu-sword\as_is\win32\borland\icudatab.lib"); -USELIB("..\..\..\icu-sword\as_is\win32\borland\icucommon.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"); //--------------------------------------------------------------------------- This file is used by the project manager only and should be treated like the project file |