INTEGRATION: CWS pj53 (1.20.112); FILE MERGED

2006/04/13 15:12:30 pjanik 1.20.112.1: #i61798#: Rename create-bundle to macosx-create-bundle.
This commit is contained in:
Jens-Heiner Rechtien
2006-04-20 13:15:27 +00:00
parent bbf41cf708
commit aa3b059158

View File

@@ -27,4 +27,4 @@ mkdir: %_DEST%\inc%_EXT%\transex3
..\%__SRC%\lib\transex.lib %_DEST%\lib%_EXT%\transex.lib
..\%__SRC%\lib\libtransex.a %_DEST%\lib%_EXT%\libtransex.a
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"