diff options
author | Carsten Driesner <cd@openoffice.org> | 2001-06-11 10:37:57 +0000 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2001-06-11 10:37:57 +0000 |
commit | 95256f91cd6f4d71ac3ce1843486b8a2061b1611 (patch) | |
tree | 6624b0fbe4817235490670bb787a5d4b7b18ece5 /framework/prj | |
parent | 3136877f3e3ca18d4b2dfed2fc714341985995d8 (diff) |
XML file format for toolboxes
Diffstat (limited to 'framework/prj')
-rw-r--r-- | framework/prj/d.lst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/prj/d.lst b/framework/prj/d.lst index 1701b79fcd47..eeea733fdb08 100644 --- a/framework/prj/d.lst +++ b/framework/prj/d.lst @@ -7,11 +7,13 @@ mkdir: %_DEST%\inc%_EXT%\framework ..\%__SRC%\lib\*.so %_DEST%\lib%_EXT%\* ..\dtd\menubar.dtd %_DEST%\bin%_EXT%\menubar.dtd +..\dtd\toolbar.dtd %_DEST%\bin%_EXT%\toolbar.dtd ..\%__SRC%\lib\ifwe.lib %_DEST%\lib%_EXT%\ifwe.lib ..\inc\helper\imageproducer.hxx %_DEST%\inc%_EXT%\framework\imageproducer.hxx ..\inc\classes\menuconfiguration.hxx %_DEST%\inc%_EXT%\framework\menuconfiguration.hxx ..\inc\classes\bmkmenu.hxx %_DEST%\inc%_EXT%\framework\bmkmenu.hxx +..\inc\classes\toolboxconfiguration.hxx %_DEST%\inc%_EXT%\framework\toolboxconfiguration.hxx ..\%__SRC%\lib\lib*static*.dylib %_DEST%\lib%_EXT%\lib*static*.dylib ..\%__SRC%\misc\*staticdatamembers.cxx %_DEST%\inc%_EXT%\*staticdatamembers.cxx |