diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-20 13:16:04 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-20 13:16:04 +0000 |
commit | ec802b47fbea672b790b9de9384671b554c7bd7b (patch) | |
tree | 577187e164f80f304b0c10e5d22f808a3ca89381 /rdbmaker | |
parent | 3c8ab18cbae8386bd4f3b5c5c7a6a7bac1909209 (diff) |
INTEGRATION: CWS pj53 (1.6.40); FILE MERGED
2006/04/13 15:05:31 pjanik 1.6.40.1: #i61798#: Rename create-bundle to macosx-create-bundle.
Diffstat (limited to 'rdbmaker')
-rw-r--r-- | rdbmaker/prj/d.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rdbmaker/prj/d.lst b/rdbmaker/prj/d.lst index 01dd6d1a5..5c58b1454 100644 --- a/rdbmaker/prj/d.lst +++ b/rdbmaker/prj/d.lst @@ -3,4 +3,4 @@ ..\%__SRC%\bin\rdbmaker %_DEST%\bin%_EXT%\rdbmaker -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" |