diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2004-03-30 13:52:38 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2004-03-30 13:52:38 +0000 |
commit | 69a2f42ab375f2bbbc23db527ef929def981f1a2 (patch) | |
tree | 73f83f3900ba648f3586df3ef5c3dfbaba84d135 /configmgr/prj | |
parent | ad6b96d17f28660f017181c5232de911b522a265 (diff) |
INTEGRATION: CWS cfg04 (1.9.40); FILE MERGED
2004/02/23 11:40:56 ssmith 1.9.40.2: RESYNC: (1.9-1.10); FILE MERGED
2004/02/20 16:52:36 ssmith 1.9.40.1: #114070# updating to deliver *.so files
Diffstat (limited to 'configmgr/prj')
-rw-r--r-- | configmgr/prj/d.lst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configmgr/prj/d.lst b/configmgr/prj/d.lst index 074aed01db52..78315010aed6 100644 --- a/configmgr/prj/d.lst +++ b/configmgr/prj/d.lst @@ -1,5 +1,5 @@ mkdir: %_DEST%\inc%_EXT%\configmgr -..\%__SRC%\lib\lib*.so %_DEST%\lib%_EXT% +..\%__SRC%\lib\*.so %_DEST%\lib%_EXT% ..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\*.dylib ..\%__SRC%\lib\*.sl %_DEST%\lib%_EXT%\*.sl ..\%__SRC%\bin\*.dll %_DEST%\bin%_EXT%\*.dll @@ -7,6 +7,6 @@ mkdir: %_DEST%\inc%_EXT%\configmgr ..\%__SRC%\bin\*.exe %_DEST%\bin%_EXT%\*.exe ..\%__SRC%\bin\*.bin %_DEST%\bin%_EXT%\*.bin -..\%__SRC%\misc\cfgmgr2.xml %_DEST%\xml%_EXT%\cfgmgr2.xml +..\%__SRC%\misc\configmgr2.uno.xml %_DEST%\xml%_EXT%\configmgr2.uno.xml dos: sh -c "if test %OS% = MACOSX; then create-bundle %_DEST%\lib%_EXT%\*.dylib; fi" |