diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-20 13:02:04 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-20 13:02:04 +0000 |
commit | aacd881fb614530dd7dd3419100514822788453e (patch) | |
tree | b46105d230cca7fcc3e2ca7d6605a752076c6fb5 /basctl | |
parent | 376abf19f67bb47e5525d593fb6d1e951b1f25d4 (diff) |
INTEGRATION: CWS pj53 (1.25.178); FILE MERGED
2006/04/13 14:30:51 pjanik 1.25.178.1: #i61798#: Rename create-bundle to macosx-create-bundle.
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/prj/d.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/prj/d.lst b/basctl/prj/d.lst index 9bd194f32645..212e9b7307ba 100644 --- a/basctl/prj/d.lst +++ b/basctl/prj/d.lst @@ -25,4 +25,4 @@ mkdir: %_DEST%\inc%_EXT%\basctl ..\uiconfig\basicide\accelerator\en-US\*.xml %_DEST%\xml%_EXT%\uiconfig\modules\BasicIDE\accelerator\en-US\*.xml ..\uiconfig\basicide\statusbar\*.xml %_DEST%\xml%_EXT%\uiconfig\modules\BasicIDE\statusbar\*.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" |