diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-20 13:24:26 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-20 13:24:26 +0000 |
commit | 075c289dbeb8f9dbca99abb69b9c9182363af89d (patch) | |
tree | f788a10f5099eda354eee82169e623fd643ec35d /comphelper | |
parent | 6c306ef09fcc4420badfd09efcab4392767861d2 (diff) |
INTEGRATION: CWS pj53 (1.11.172); FILE MERGED
2006/04/13 14:38:26 pjanik 1.11.172.1: #i61798#: Rename create-bundle to macosx-create-bundle.
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/prj/d.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/prj/d.lst b/comphelper/prj/d.lst index 20e91f2eb512..958e62e05978 100644 --- a/comphelper/prj/d.lst +++ b/comphelper/prj/d.lst @@ -13,4 +13,4 @@ mkdir: %_DEST%\inc%_EXT%\cppuhelper ..\inc\comphelper\extract.hxx %_DEST%\inc%_EXT%\cppuhelper\extract.hxx ..\version.mk %_DEST%\inc%_EXT%\comphelper\version.mk -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" |