diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-20 13:05:19 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-20 13:05:19 +0000 |
commit | 50e4cbee7e67c26e2b407fe03912d6a210284b11 (patch) | |
tree | c095bba40575ed6e24cd654667b40b197f75f804 /linguistic/prj | |
parent | 34ad296a6b1f6164bae4cc484415a0f02816f5fc (diff) |
INTEGRATION: CWS pj53 (1.13.54); FILE MERGED
2006/04/13 15:01:30 pjanik 1.13.54.1: #i61798#: Rename create-bundle to macosx-create-bundle.
Diffstat (limited to 'linguistic/prj')
-rw-r--r-- | linguistic/prj/d.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linguistic/prj/d.lst b/linguistic/prj/d.lst index fe4c6ac6e0d7..d5690dbf1c73 100644 --- a/linguistic/prj/d.lst +++ b/linguistic/prj/d.lst @@ -9,4 +9,4 @@ mkdir: %_DEST%\inc%_EXT%\linguistic ..\inc\*.hxx %_DEST%\inc%_EXT%\linguistic\*.hxx -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" |