diff options
-rw-r--r-- | remotebridges/prj/d.lst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/remotebridges/prj/d.lst b/remotebridges/prj/d.lst index d7cdd0c90..08f8b22e0 100644 --- a/remotebridges/prj/d.lst +++ b/remotebridges/prj/d.lst @@ -7,9 +7,4 @@ ..\%__SRC%\lib\*.so %_DEST%\lib%_EXT%\* ..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\* -..\%__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" |