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 | 24f555b6d7627d68e08b1170894c99d9c56df251 (patch) | |
tree | 654b51e109f0ed553d9f99fd20be67351442dd1d /extras/prj | |
parent | de902f005a6b2a1643c1f5a6e101c063e260ca27 (diff) |
Deliver both *staticdatamembers*.hxx and *staticdatamembers*.h
Diffstat (limited to 'extras/prj')
-rw-r--r-- | extras/prj/d.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/prj/d.lst b/extras/prj/d.lst index 740af8a6d5a2..2b9cd9b8bf3e 100644 --- a/extras/prj/d.lst +++ b/extras/prj/d.lst @@ -11,7 +11,7 @@ mkdir: %_DEST%\pck%_EXT% ..\%__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" |