diff options
author | Patrick Luby <pluby@openoffice.org> | 2001-03-02 21:39:55 +0000 |
---|---|---|
committer | Patrick Luby <pluby@openoffice.org> | 2001-03-02 21:39:55 +0000 |
commit | 9282c93cb4cbb7967fc234e5cd6ee93b2109fa2b (patch) | |
tree | a5219f66adf547d839d7196a23995ccf1a74f680 /comphelper/prj | |
parent | c63e3fa1bb47f0b2eb1a77010f51f2830303abae (diff) |
Deliver both *staticdatamembers*.hxx and *staticdatamembers*.h
Diffstat (limited to 'comphelper/prj')
-rw-r--r-- | comphelper/prj/d.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/prj/d.lst b/comphelper/prj/d.lst index 358fd9c82274..8b8c2f6015e8 100644 --- a/comphelper/prj/d.lst +++ b/comphelper/prj/d.lst @@ -11,7 +11,7 @@ mkdir: %_DEST%\inc%_EXT%\comphelper ..\%__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" |