diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-20 13:03:28 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-20 13:03:28 +0000 |
commit | bbf41cf70810e5330c3c58e163cb869eeef0037f (patch) | |
tree | 7474febc128842bca11b533634a1f1358e77fe73 /unotools/prj | |
parent | 439288132504ee6f0de9b16f9d95546d0012f607 (diff) |
INTEGRATION: CWS pj53 (1.8.66); FILE MERGED
2006/04/13 15:13:22 pjanik 1.8.66.1: #i61798#: Rename create-bundle to macosx-create-bundle.
Diffstat (limited to 'unotools/prj')
-rw-r--r-- | unotools/prj/d.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/prj/d.lst b/unotools/prj/d.lst index 2bc30df493d8..c6652d1505bc 100644 --- a/unotools/prj/d.lst +++ b/unotools/prj/d.lst @@ -11,4 +11,4 @@ mkdir: %_DEST%\inc%_EXT%\unotools ..\inc\unotools\*.hxx %_DEST%\inc%_EXT%\unotools\*.hxx ..\inc\unotools\unotoolsdllapi.h %_DEST%\inc%_EXT%\unotools\unotoolsdllapi.h -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" |