diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-20 12:55:15 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-20 12:55:15 +0000 |
commit | d0784e8ac66704b864fd5767a81ecbb408d2e790 (patch) | |
tree | 444657f48cfdc52765678c4db29a4eddbeb63d9d /uui/prj | |
parent | 11ea9659305ef9f6dc3c464d64ce75194587fee9 (diff) |
INTEGRATION: CWS pj53 (1.10.138); FILE MERGED
2006/04/13 15:13:35 pjanik 1.10.138.1: #i61798#: Rename create-bundle to macosx-create-bundle.
Diffstat (limited to 'uui/prj')
-rw-r--r-- | uui/prj/d.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/prj/d.lst b/uui/prj/d.lst index ca6eb5edc38c..6c9faf438d9b 100644 --- a/uui/prj/d.lst +++ b/uui/prj/d.lst @@ -8,4 +8,4 @@ mkdir: %COMMON_DEST%\bin%_EXT%\hid ..\util\uui.xml %_DEST%\xml%_EXT%\uui.xml -dos: sh -c "if test %OS% = MACOSX; then create-bundle %_DEST%\lib%_EXT%\*.dylib; fi" +dos: sh -c "if test %OS% = MACOSX; then macosx-create-bundle %_DEST%\lib%_EXT%\*.dylib; fi" |