diff options
author | Tobias Krause <tkr@openoffice.org> | 2008-06-17 07:12:35 +0000 |
---|---|---|
committer | Tobias Krause <tkr@openoffice.org> | 2008-06-17 07:12:35 +0000 |
commit | 5eebda984341cbb3028c6cdcb863a7f7c8c980af (patch) | |
tree | 568e6cae1e64cc5c99c083a8244eb1429c0cf4ff /neon | |
parent | ee47dc4bbe6e818b2ee87a429a69d3877e103f64 (diff) |
#i83625# commited the wrong in into the wrong module. Repair it now
Diffstat (limited to 'neon')
-rwxr-xr-x | neon/prj/build.lst | 6 | ||||
-rw-r--r-- | neon/prj/d.lst | 7 |
2 files changed, 8 insertions, 5 deletions
diff --git a/neon/prj/build.lst b/neon/prj/build.lst index 9f51b60f03c5..2a133605b11e 100755 --- a/neon/prj/build.lst +++ b/neon/prj/build.lst @@ -1,3 +1,3 @@ -xh lucene : soltools EXPAT:expat NULL -xh lucene usr1 - all xh_mkout NULL -xh lucene nmake - all xh_lucene NULL +xh neon : OPENSSL:openssl soltools external EXPAT:expat LIBXML2:libxml2 NULL +xh neon usr1 - all xh_mkout NULL +xh neon nmake - all xh_neon NULL diff --git a/neon/prj/d.lst b/neon/prj/d.lst index 169f666c7424..c9cf72163a44 100644 --- a/neon/prj/d.lst +++ b/neon/prj/d.lst @@ -1,3 +1,6 @@ mkdir: %_DEST%\inc%_EXT%\external -mkdir: %_DEST%\inc%_EXT%\external\lucene -..\%__SRC%\bin\lucene-core-2.3.jar %_DEST%\bin%_EXT%\lucene-core-2.3.jar +mkdir: %_DEST%\inc%_EXT%\external\neon +..\version.mk %_DEST%\inc%_EXT%\external\neon\version.mk +..\%__SRC%\inc\ne_*.h %_DEST%\inc%_EXT%\external\neon\ne_*.h +..\%__SRC%\slb\neon.lib %_DEST%\lib%_EXT%\neon.lib +..\%__SRC%\lib\libneon.a %_DEST%\lib%_EXT%\libneon.a |