diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-06 10:38:39 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-06 10:38:39 +0000 |
commit | 65757214becde2f659cabdfd8e2f03a624da80c1 (patch) | |
tree | 0b4fa65dbcb9cd20b557ef6a387ba812cf3eb843 /toolkit | |
parent | caddfe487df246d58520df624df86c13fef69f03 (diff) |
INTEGRATION: CWS layout_DEV300 (1.21.66.1.2); FILE MERGED
2008/02/12 11:06:35 jcn 1.21.66.1.2.1: Actually install layout-related files.
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/prj/d.lst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/toolkit/prj/d.lst b/toolkit/prj/d.lst index 0f3bff437532..2f953a3bea5c 100644 --- a/toolkit/prj/d.lst +++ b/toolkit/prj/d.lst @@ -48,3 +48,16 @@ mkdir: %_DEST%\inc%_EXT%\toolkit\controls ..\inc\toolkit\helper\vclunohelper.hxx %_DEST%\inc%_EXT%\toolkit\unohlp.hxx ..\inc\toolkit\dllapi.h %_DEST%\inc%_EXT%\toolkit\dllapi.h +mkdir: %_DEST%\inc%_EXT%\layout +..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\*.dylib +..\%__SRC%\lib\layout.lib %_DEST%\lib%_EXT%\tklayout.lib +..\%__SRC%\bin\layout*.dll %_DEST%\bin%_EXT%\tklayout*.dll +..\%__SRC%\misc\layout*.map %_DEST%\bin%_EXT%\tklayout*.map + +..\%__SRC%\lib\*.xml %_DEST%\lib%_EXT%\*.xml +mkdir: %_DEST%\lib%_EXT%\de +..\%__SRC%\lib\de\*.xml %_DEST%\lib%_EXT%\de\*.xml +mkdir: %_DEST%\lib%_EXT%\nl +..\%__SRC%\lib\nl\*.xml %_DEST%\lib%_EXT%\nl\*.xml + +..\inc\layout\*.hxx %_DEST%\inc%_EXT%\layout\*.hxx |