diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-20 12:53:49 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-20 12:53:49 +0000 |
commit | 80e114ad6996d64679a14f1003d27ebda849baef (patch) | |
tree | a24e533c71b839b52f4212524ea73e9eaf40fd0a /sax/prj/d.lst | |
parent | 91917f60dd0aa73585eb797ef26c109a4ee95f47 (diff) |
INTEGRATION: CWS pj53 (1.8.50); FILE MERGED
2006/04/13 15:06:55 pjanik 1.8.50.1: #i61798#: Rename create-bundle to macosx-create-bundle.
Diffstat (limited to 'sax/prj/d.lst')
-rw-r--r-- | sax/prj/d.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sax/prj/d.lst b/sax/prj/d.lst index e95fe35f9062..c325b46c9c72 100644 --- a/sax/prj/d.lst +++ b/sax/prj/d.lst @@ -2,4 +2,4 @@ ..\%__SRC%\lib\*.so %_DEST%\lib%_EXT%\*.so ..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\*.dylib -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" |