diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-20 13:02:20 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-20 13:02:20 +0000 |
commit | 77492a897466f87f60bd9fe644d89cdcb1aa995b (patch) | |
tree | 9d2ab6a49e3a6e1482e4a62ccb991ff2005307ef /remotebridges/prj | |
parent | da410be7a166059554d686aa75729d80a0e705ec (diff) |
INTEGRATION: CWS pj53 (1.10.42); FILE MERGED
2006/04/13 15:06:11 pjanik 1.10.42.1: #i61798#: Rename create-bundle to macosx-create-bundle.
Diffstat (limited to 'remotebridges/prj')
-rw-r--r-- | remotebridges/prj/d.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remotebridges/prj/d.lst b/remotebridges/prj/d.lst index 08f8b22e0..6a2faee64 100644 --- a/remotebridges/prj/d.lst +++ b/remotebridges/prj/d.lst @@ -7,4 +7,4 @@ ..\%__SRC%\lib\*.so %_DEST%\lib%_EXT%\* ..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\* -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" |