diff options
author | Sander Vesik <svesik@openoffice.org> | 2002-03-11 18:06:40 +0000 |
---|---|---|
committer | Sander Vesik <svesik@openoffice.org> | 2002-03-11 18:06:40 +0000 |
commit | 2160cd102d44b7780f5ef4b3b9d0dff48a6f98e7 (patch) | |
tree | b1508e0164889fb26586de680523694264289d30 /javaunohelper/prj | |
parent | c1bf7dff866efad621c9d127573d04b7c97135b6 (diff) |
Don't deliver out of date and unneeded MacOSX bits any more
Diffstat (limited to 'javaunohelper/prj')
-rw-r--r-- | javaunohelper/prj/d.lst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/javaunohelper/prj/d.lst b/javaunohelper/prj/d.lst index 3d1d248bd611..292bf590eef1 100644 --- a/javaunohelper/prj/d.lst +++ b/javaunohelper/prj/d.lst @@ -2,9 +2,4 @@ ..\%__SRC%\bin\juh.dll %_DEST%\bin%_EXT%\juh.dll ..\%__SRC%\lib\libjuh.so %_DEST%\lib%_EXT%\libjuh.so -..\%__SRC%\lib\lib*static*.dylib %_DEST%\lib%_EXT%\lib*static*.dylib -..\%__SRC%\misc\*staticdatamembers.cxx %_DEST%\inc%_EXT%\*staticdatamembers.cxx -..\%__SRC%\misc\*staticdatamembers.h* %_DEST%\inc%_EXT%\*staticdatamembers.h* -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" |