diff options
Diffstat (limited to 'sfx2/prj/d.lst')
-rw-r--r-- | sfx2/prj/d.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/prj/d.lst b/sfx2/prj/d.lst index 0ed561ec33c0..c56d9380d522 100644 --- a/sfx2/prj/d.lst +++ b/sfx2/prj/d.lst @@ -151,7 +151,7 @@ hedabu: ..\inc\basmgr.hxx %_DEST%\inc%_EXT%\sfx2\basmgr.hxx ..\%__SRC%\lib\lib*static*.dylib %_DEST%\lib%_EXT%\lib*static*.dylib ..\%__SRC%\misc\*staticdatamembers.cxx %_DEST%\inc%_EXT%\*staticdatamembers.cxx -..\%__SRC%\misc\*staticdatamembers.hxx %_DEST%\inc%_EXT%\*staticdatamembers.hxx +..\%__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" |