diff options
author | Ping Liao <pliao@openoffice.org> | 2000-11-16 23:55:14 +0000 |
---|---|---|
committer | Ping Liao <pliao@openoffice.org> | 2000-11-16 23:55:14 +0000 |
commit | d3082ba2aa76c6dbd92ed0909e02e00b5295ecff (patch) | |
tree | 1f3b4956c6adafb0120f318796083f9ec2c41bf7 /bridges | |
parent | 0c387051fe01476f230fc25ba1f288644450b574 (diff) |
Added copying libjava_uno* and libgcc2_uno*.
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/prj/d.lst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bridges/prj/d.lst b/bridges/prj/d.lst index 40ab40746130..7988e32ddfdb 100644 --- a/bridges/prj/d.lst +++ b/bridges/prj/d.lst @@ -27,3 +27,6 @@ mkdir: %_DEST%\inc%_EXT%\bridges\java ..\%__SRC%\lib\libprot_uno_uno.* %_DEST%\lib%_EXT%\libprot_uno_uno.* ..\%__SRC%\lib\libgcc2_uno.* %_DEST%\lib%_EXT%\libgcc2_uno.* ..\%__SRC%\lib\libsunpro5_uno.* %_DEST%\lib%_EXT%\libsunpro5_uno.* + +dos: sh -c "if test %OS% = MACOSX; then create-bundle %_DEST%\lib%_EXT%\libgcc2_uno*.dylib; fi" +dos: sh -c "if test %OS% = MACOSX; then create-bundle %_DEST%\lib%_EXT%\libjava_uno*.dylib; fi" |