diff options
Diffstat (limited to 'cpputools/prj/d.lst')
-rw-r--r-- | cpputools/prj/d.lst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cpputools/prj/d.lst b/cpputools/prj/d.lst index 93a0082907fa..6f66ad652047 100644 --- a/cpputools/prj/d.lst +++ b/cpputools/prj/d.lst @@ -5,9 +5,4 @@ ..\%__SRC%\bin\regsingleton.exe %_DEST%\bin%_EXT%\regsingleton.exe ..\%__SRC%\bin\regsingleton %_DEST%\bin%_EXT%\regsingleton -..\%__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" |