diff options
Diffstat (limited to 'utilities/bcppmake/cipherraw.bpf')
-rw-r--r-- | utilities/bcppmake/cipherraw.bpf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utilities/bcppmake/cipherraw.bpf b/utilities/bcppmake/cipherraw.bpf index 3df5169..03a9c8a 100644 --- a/utilities/bcppmake/cipherraw.bpf +++ b/utilities/bcppmake/cipherraw.bpf @@ -1,8 +1,8 @@ USEUNIT("..\cipherraw.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 |