diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-20 13:15:44 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-20 13:15:44 +0000 |
commit | b99804a3a959a1c02c74ef7c88550ab12018b94e (patch) | |
tree | 28f1433538247c89d047364be50a324d4a1f2a9b /vos | |
parent | aa3b05915809c99ccd651a01b49f70b9a88c0b2f (diff) |
INTEGRATION: CWS pj53 (1.8.48); FILE MERGED
2006/04/13 15:14:01 pjanik 1.8.48.1: #i61798#: Rename create-bundle to macosx-create-bundle.
Diffstat (limited to 'vos')
-rw-r--r-- | vos/prj/d.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vos/prj/d.lst b/vos/prj/d.lst index 2d05c25772c1..389295172da4 100644 --- a/vos/prj/d.lst +++ b/vos/prj/d.lst @@ -14,4 +14,4 @@ mkdir: %_DEST%\inc%_EXT%\vos ..\%__SRC%\bin\vos*.dll %_DEST%\bin%_EXT%\vos*.dll -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" |