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 | d131c47bfd15c2dfd8586d7b06271ead898460f4 (patch) | |
tree | 2330b8ed504637f5d248411b9c7b8a1f7dfd5881 /automation/prj | |
parent | 80fdf3696704607b1b45e144dd932857d8af2e90 (diff) |
Deliver both *staticdatamembers*.hxx and *staticdatamembers*.h
Diffstat (limited to 'automation/prj')
-rw-r--r-- | automation/prj/d.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/automation/prj/d.lst b/automation/prj/d.lst index 2fe2d4d9e2f1..ca48d5a0f64a 100644 --- a/automation/prj/d.lst +++ b/automation/prj/d.lst @@ -9,7 +9,7 @@ hedabu: ..\inc\automation.hxx %_DEST%\inc%_EXT%\automation\automation.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" |