summaryrefslogtreecommitdiffstats
path: root/lingucomponent/prj
diff options
context:
space:
mode:
authorSander Vesik <svesik@openoffice.org>2002-07-29 16:28:22 +0000
committerSander Vesik <svesik@openoffice.org>2002-07-29 16:28:22 +0000
commit779ea694af5eaf155ee24c8357e9b27a78046e6e (patch)
tree5efb6d05d70ecd3ec8102bb4088bc87c0adab543 /lingucomponent/prj
parent#101748#: don't export tspans (diff)
downloadcore-779ea694af5eaf155ee24c8357e9b27a78046e6e.tar.gz
core-779ea694af5eaf155ee24c8357e9b27a78046e6e.zip
Merge from OOO_STABLE_1
Diffstat (limited to 'lingucomponent/prj')
-rw-r--r--lingucomponent/prj/build.lst13
-rw-r--r--lingucomponent/prj/d.lst10
2 files changed, 15 insertions, 8 deletions
diff --git a/lingucomponent/prj/build.lst b/lingucomponent/prj/build.lst
index f488926c0fe3..46a1851b5abd 100644
--- a/lingucomponent/prj/build.lst
+++ b/lingucomponent/prj/build.lst
@@ -1,9 +1,10 @@
lc lingucomponent : linguistic lingu NULL
lc lingucomponent usr1 - all lc_mkout NULL
-lc lingucomponent\source\thesaurus\parser nmake - all lc_parser NULL
-lc lingucomponent\source\thesaurus\libth nmake - all lc_libth NULL
-lc lingucomponent\source\spellcheck\myspell nmake - all lc_myspell NULL
+lc lingucomponent\source\utility nmake - all lc_util NULL
+lc lingucomponent\source\thesaurus\parser nmake - all lc_parser lc_util NULL
+lc lingucomponent\source\thesaurus\libth nmake - all lc_libth lc_util NULL
+lc lingucomponent\source\spellcheck\myspell nmake - all lc_myspell lc_util NULL
lc lingucomponent\source\spellcheck\spell nmake - all lc_libspell lc_myspell NULL
-lc lingucomponent\source\hyphenator\altlinuxhyph\libhnj nmake - all lc_libhnj NULL
-lc lingucomponent\source\hyphenator\altlinuxhyph\hyphen nmake - all lc_libhyphen lc_libhnj NULL
-lc lingucomponent\source\hyphenator\altlinuxhyph\hyphtabs nmake - all lc_hyphtabs NULL
+lc lingucomponent\source\hyphenator\altlinuxhyph\libhnj nmake - all lc_libhnj lc_util NULL
+lc lingucomponent\source\hyphenator\altlinuxhyph\hyphen nmake - all lc_libhyphen lc_libhnj NULL
+lc lingucomponent\source\hyphenator\altlinuxhyph\hyphtabs nmake - all lc_hyphtabs lc_util NULL
diff --git a/lingucomponent/prj/d.lst b/lingucomponent/prj/d.lst
index 6bb2f470c0e1..01015dace878 100644
--- a/lingucomponent/prj/d.lst
+++ b/lingucomponent/prj/d.lst
@@ -7,13 +7,13 @@
..\%__SRC%\bin\lth* %_DEST%\bin%_EXT%\lth*
..\%__SRC%\lib\ilth* %_DEST%\lib%_EXT%\ilth*
..\%__SRC%\lib\liblth.a %_DEST%\lib%_EXT%\liblth.a
-..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\*.dylib
+..\%__SRC%\lib\liblth*.dylib %_DEST%\lib%_EXT%\liblth*.dylib
..\%__SRC%\lib\liblth*.so %_DEST%\lib%_EXT%\liblth*.so
..\%__SRC%\bin\spell* %_DEST%\bin%_EXT%\spell*
..\%__SRC%\lib\ilspell* %_DEST%\lib%_EXT%\ilspell*
..\%__SRC%\lib\libspell.a %_DEST%\lib%_EXT%\libspell.a
-..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\*.dylib
+..\%__SRC%\lib\libspell*.dylib %_DEST%\lib%_EXT%\libspell*.dylib
..\%__SRC%\lib\libspell*.so %_DEST%\lib%_EXT%\libspell*.so
..\%__SRC%\bin\hyph* %_DEST%\bin%_EXT%\hyph*
@@ -22,3 +22,9 @@
..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\*.dylib
..\%__SRC%\lib\libhyphen*.so %_DEST%\lib%_EXT%\libhyphen*.so
+..\%__SRC%\bin\ulingu* %_DEST%\bin%_EXT%\ulingu*
+..\%__SRC%\lib\ilulingu* %_DEST%\lib%_EXT%\iulingu*
+..\%__SRC%\lib\libulingu.a %_DEST%\lib%_EXT%\libulingu.a
+..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\*.dylib
+..\%__SRC%\lib\libulingu*.so %_DEST%\lib%_EXT%\libulingu*.so
+