diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-20 13:17:00 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-20 13:17:00 +0000 |
commit | 4b25ff7df4de3ef262e6526b8192f1f9fc19abd7 (patch) | |
tree | 622383f0a8ede0f5414ba7ea6210334ea8632149 /desktop | |
parent | 77054396c1e76fa44a7ac680a8e3e54bac828a48 (diff) |
INTEGRATION: CWS pj53 (1.45.34); FILE MERGED
2006/04/13 14:41:46 pjanik 1.45.34.1: #i61798#: Rename create-bundle to macosx-create-bundle.
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/prj/d.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/prj/d.lst b/desktop/prj/d.lst index 4957b667a82c..bc18580bbfd4 100644 --- a/desktop/prj/d.lst +++ b/desktop/prj/d.lst @@ -80,4 +80,4 @@ mkdir: %COMMON_DEST%\pck%_EXT%\staroffice_bitmap ..\res\ssu_login_image.bmp %COMMON_DEST%\pck%_EXT%\starsuite_bitmap\ssologin.bmp ..\res\open_login_image.bmp %COMMON_DEST%\pck%_EXT%\ssologin.bmp -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" |