diff options
author | danglassey <danglassey> | 2002-10-05 13:01:46 +0000 |
---|---|---|
committer | danglassey <danglassey> | 2002-10-05 13:01:46 +0000 |
commit | 476c277dea3b6a3d46ff3b94a59eb1cbab3b53f7 (patch) | |
tree | 16fa60917fdd2aa506c3e0ffaad52b1248db3bd9 /utilities/bcppmake/libsword.bpf | |
parent | 0f9285ce51edf199ba98bec0996eb4d48e27d207 (diff) | |
download | sword-sf-cvs-476c277dea3b6a3d46ff3b94a59eb1cbab3b53f7.tar.gz |
sync with crosswire 20021005-1300
Diffstat (limited to 'utilities/bcppmake/libsword.bpf')
-rw-r--r-- | utilities/bcppmake/libsword.bpf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utilities/bcppmake/libsword.bpf b/utilities/bcppmake/libsword.bpf index 62bc2d7..515f676 100644 --- a/utilities/bcppmake/libsword.bpf +++ b/utilities/bcppmake/libsword.bpf @@ -85,7 +85,6 @@ USEUNIT("..\..\src\modules\filters\utf8latin1.cpp"); USEUNIT("..\..\src\modules\filters\utf8nfc.cpp"); USEUNIT("..\..\src\modules\filters\utf8nfkd.cpp"); USEUNIT("..\..\src\modules\filters\utf8transliterator.cpp"); -USEUNIT("..\..\src\utilfuns\roman.c"); USEUNIT("..\..\src\modules\comments\zcom\zcom.cpp"); USEUNIT("..\..\src\modules\lexdict\rawld4\rawld4.cpp"); USEUNIT("..\..\src\modules\common\zipcomprs.cpp"); @@ -112,6 +111,7 @@ USEUNIT("..\..\src\modules\filters\gbfosis.cpp"); USEUNIT("..\..\src\modules\filters\thmlosis.cpp"); USEUNIT("..\..\src\mgr\encfiltmgr.cpp"); USEUNIT("..\..\src\mgr\markupfiltmgr.cpp"); +USEUNIT("..\..\src\utilfuns\roman.cpp"); //--------------------------------------------------------------------------- #define Library |