diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-20 13:03:53 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-20 13:03:53 +0000 |
commit | d44dab53a291daab04e874310f8c07bdcb5187fe (patch) | |
tree | 9d336106fbf33607d87b9d0955ecc42997f1e039 /udkapi/prj | |
parent | 641c7f0a603446ee363249934edd0f4ef3b908e7 (diff) |
INTEGRATION: CWS pj53 (1.19.32); FILE MERGED
2006/04/13 14:59:02 pjanik 1.19.32.2: #i64382#: Remove the call of create-libstatic-link.
2006/04/13 14:58:44 pjanik 1.19.32.1: #i61798#: Rename create-bundle to macosx-create-bundle.
Diffstat (limited to 'udkapi/prj')
-rw-r--r-- | udkapi/prj/d.lst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/udkapi/prj/d.lst b/udkapi/prj/d.lst index fc519cd940f9..184943ad6d51 100644 --- a/udkapi/prj/d.lst +++ b/udkapi/prj/d.lst @@ -57,5 +57,4 @@ mkdir: %_DEST%\bin%_EXT%\ure ..\%__SRC%\misc\*staticdatamembers.cxx %_DEST%\inc%_EXT%\*staticdatamembers.cxx ..\%__SRC%\misc\*staticdatamembers.h* %_DEST%\inc%_EXT% -dos: sh -c "if test %OS% = MACOSX; then create-bundle %_DEST%\lib%_EXT%\*.dylib; fi" -dos: sh -c "if test %OS% = MACOSX; then create-libstatic-link %_DEST%\lib%_EXT%; fi" +dos: sh -c "if test %OS% = MACOSX; then macosx-create-bundle %_DEST%\lib%_EXT%\*.dylib; fi" |