diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-02-15 10:03:24 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-02-23 10:31:15 +0000 |
commit | 15704e6319c1194944df6c25a9d1ce413f309610 (patch) | |
tree | 102dc3a0246050c2eaba15fa166049eaef92e1f9 /xmlhelp/prj | |
parent | 5f7667e9c193f281c344fb38408028235c871a15 (diff) |
bootstrap replacement c++ help component
Diffstat (limited to 'xmlhelp/prj')
-rw-r--r-- | xmlhelp/prj/build.lst | 4 | ||||
-rw-r--r-- | xmlhelp/prj/d.lst | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/xmlhelp/prj/build.lst b/xmlhelp/prj/build.lst index 446a9df20954..19ca1fcce50e 100644 --- a/xmlhelp/prj/build.lst +++ b/xmlhelp/prj/build.lst @@ -1,7 +1,7 @@ -xh xmlhelp : comphelper ucbhelper LIBXSLT:libxslt unoil BERKELEYDB:berkeleydb LUCENE:lucene javaunohelper DESKTOP:l10ntools unotools NULL +xh xmlhelp : comphelper ucbhelper LIBXSLT:libxslt unoil BERKELEYDB:berkeleydb javaunohelper DESKTOP:l10ntools unotools NULL xh xmlhelp usr1 - all xh_mkout NULL xh xmlhelp\source\treeview nmake - all xh_treeview NULL -xh xmlhelp\source\com\sun\star\help nmake - all xh_help NULL +xh xmlhelp\source\helpcomponent nmake - all xh_help NULL xh xmlhelp\source\cxxhelp\util nmake - all xh_cutil NULL xh xmlhelp\source\cxxhelp\qe nmake - all xh_qe NULL xh xmlhelp\source\cxxhelp\provider nmake - all xh_provider NULL diff --git a/xmlhelp/prj/d.lst b/xmlhelp/prj/d.lst index 11b504aab785..8ce962800636 100644 --- a/xmlhelp/prj/d.lst +++ b/xmlhelp/prj/d.lst @@ -1,12 +1,10 @@ ..\%__SRC%\bin\*.dll %_DEST%\bin\*.* -..\%__SRC%\bin\HelpLinker* %_DEST%\bin ..\%__SRC%\lib\lib*.so %_DEST%\lib ..\%__SRC%\lib\*.dylib %_DEST%\lib\*.* ..\%__SRC%\class\*.jar %_DEST%\bin\*.* ..\util\ucpchelp.xml %_DEST%\xml\ucpchelp.xml ..\util\*.xsl %_DEST%\bin\*.* -..\%__SRC%\lib\ihelplinker.lib %_DEST%\lib\ihelplinker.lib ..\%__SRC%\bin\helpxsl.zip %_DEST%\pck\helpxsl.zip -..\%__SRC%\misc\LuceneHelpWrapper.component %_DEST%\xml\LuceneHelpWrapper.component +..\%__SRC%\misc\CLuceneHelpWrapper.component %_DEST%\xml\CLuceneHelpWrapper.component ..\%__SRC%\misc\tvhlp1.component %_DEST%\xml\tvhlp1.component ..\%__SRC%\misc\ucpchelp1.component %_DEST%\xml\ucpchelp1.component |