diff options
author | René Engelhard <rene@openoffice.org> | 2007-10-05 10:54:27 +0000 |
---|---|---|
committer | René Engelhard <rene@openoffice.org> | 2007-10-05 10:54:27 +0000 |
commit | ccf64e4e5134f605ea917edcdfd32545b22854d7 (patch) | |
tree | e747aa4c9761c0d3938505dd4435a65390ceccde /hunspell/prj | |
parent | 78ac0f5a658543549e9db690a407acc2355a613e (diff) |
initial hunspell module (this time right..)
Diffstat (limited to 'hunspell/prj')
-rw-r--r-- | hunspell/prj/build.lst | 3 | ||||
-rw-r--r-- | hunspell/prj/d.lst | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/hunspell/prj/build.lst b/hunspell/prj/build.lst new file mode 100644 index 000000000000..8fc1659989fc --- /dev/null +++ b/hunspell/prj/build.lst @@ -0,0 +1,3 @@ +hun hunspell : solenv sal NULL +hun hunspell usr1 - all hun_mkout NULL +hun hunspell nmake - all hun_hunspell NULL diff --git a/hunspell/prj/d.lst b/hunspell/prj/d.lst new file mode 100644 index 000000000000..825feb43b272 --- /dev/null +++ b/hunspell/prj/d.lst @@ -0,0 +1,5 @@ +..\%__SRC%\lib\lib*.* %_DEST%\lib%_EXT%\lib*.* + +mkdir: %_DEST%\inc%_EXT%\hunspell +..\%__SRC%\misc\build\hunspell-1.1.12\src\hunspell\*.hxx %_DEST%\inc%_EXT%\hunspell\*.hxx + |