diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-14 12:37:36 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-14 12:37:36 +0000 |
commit | 0b7733f743d49ce003b4a3420adcc01d429aa4c9 (patch) | |
tree | 3e8a3c80a7bb03e62f471100fa7355b5b1be5369 /ucb/prj | |
parent | d61e63a51c579d9d2aeee52dec9984a7891e2baf (diff) |
INTEGRATION: CWS unopkg1 (1.12.14); FILE MERGED
2004/03/02 14:56:38 dbo 1.12.14.3: RESYNC: (1.12-1.13); FILE MERGED
2004/01/20 15:22:56 kso 1.12.14.2: #112920# Added TDOC UCP.
2003/11/04 16:01:51 dbo 1.12.14.1: #i20304# vnd.sun.star.expand UCP
Diffstat (limited to 'ucb/prj')
-rw-r--r-- | ucb/prj/d.lst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ucb/prj/d.lst b/ucb/prj/d.lst index 140a57ae60e5..3f16ef8dfbf0 100644 --- a/ucb/prj/d.lst +++ b/ucb/prj/d.lst @@ -19,6 +19,8 @@ ..\%__SRC%\bin\ucp*.dll %_DEST%\bin%_EXT%\ucp*.dll ..\%__SRC%\lib\libucp*.so %_DEST%\lib%_EXT%\libucp*.so ..\%__SRC%\lib\libucp*.dylib %_DEST%\lib%_EXT%\libucp*.dylib +..\%__SRC%\lib\ucp*.uno.so %_DEST%\lib%_EXT%\ucp*.uno.so +..\%__SRC%\lib\ucp*.uno.dylib %_DEST%\lib%_EXT%\ucp*.uno.dylib ..\%__SRC%\misc\ucp*.map %_DEST%\bin%_EXT%\ucp*.map ..\%__SRC%\misc\ucp*.sym %_DEST%\bin%_EXT%\ucp*.sym ..\source\ucp\file\ucpfile.xml %_DEST%\xml%_EXT%\ucpfile.xml @@ -26,5 +28,6 @@ ..\source\ucp\hierarchy\ucphier.xml %_DEST%\xml%_EXT%\ucphier.xml ..\source\ucp\package\ucppkg.xml %_DEST%\xml%_EXT%\ucppkg.xml ..\source\ucp\webdav\ucpdav.xml %_DEST%\xml%_EXT%\ucpdav.xml +..\source\ucp\tdoc\ucptdoc.xml %_DEST%\xml%_EXT%\ucptdoc.xml dos: sh -c "if test %OS% = MACOSX; then create-bundle %_DEST%\lib%_EXT%\*.dylib; fi" |