diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-20 13:23:42 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-20 13:23:42 +0000 |
commit | 18c255651be0532e25295fd870486908e6bf9e1a (patch) | |
tree | 224c2cb74a77fe3d84d426b4eb4deb7ee97dff98 /jurt | |
parent | 11432448a1beacc7eb15cf161bccedaf0f78ac87 (diff) |
INTEGRATION: CWS pj53 (1.7.92); FILE MERGED
2006/04/13 15:00:53 pjanik 1.7.92.1: #i61798#: Rename create-bundle to macosx-create-bundle.
Diffstat (limited to 'jurt')
-rw-r--r-- | jurt/prj/d.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jurt/prj/d.lst b/jurt/prj/d.lst index 5aa29301ebdb..fb6a0591cfb0 100644 --- a/jurt/prj/d.lst +++ b/jurt/prj/d.lst @@ -5,4 +5,4 @@ ..\%__SRC%\bin\jurt_src.zip %COMMON_DEST%\bin%_EXT%\jurt_src.zip -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" |