diff options
author | Patrick Luby <pluby@openoffice.org> | 2001-02-28 23:23:58 +0000 |
---|---|---|
committer | Patrick Luby <pluby@openoffice.org> | 2001-02-28 23:23:58 +0000 |
commit | f71c3b50be1a0f3fe84aa2e96e94f19cd1cc76fd (patch) | |
tree | e396542b71212a6f77d24c08f03a75b362246412 /udkapi/prj | |
parent | e6e54c6deaeed94fec25ad706d6ff0e96796a74b (diff) |
Update for Mac OS X static data member automation
Diffstat (limited to 'udkapi/prj')
-rw-r--r-- | udkapi/prj/d.lst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/udkapi/prj/d.lst b/udkapi/prj/d.lst index 662840d2ad32..bae3101774cb 100644 --- a/udkapi/prj/d.lst +++ b/udkapi/prj/d.lst @@ -37,3 +37,9 @@ mkdir: %_DEST%\idl%_EXT%\com\sun\star\uno ..\com\sun\star\text\*.idl %_DEST%\idl%_EXT%\com\sun\star\text\*.idl ..\com\sun\star\uno\*.idl %_DEST%\idl%_EXT%\com\sun\star\uno\*.idl + +..\%__SRC%\lib\libstatic*.dylib %_DEST%\lib%_EXT%\libstatic*.dylib +..\%__SRC%\misc\*staticdatamembers.cxx %_DEST%\inc%_EXT%\*staticdatamembers.cxx +..\%__SRC%\misc\*staticdatamembers.hxx %_DEST%\inc%_EXT%\*staticdatamembers.hxx + +dos: sh -c "if test %OS% = MACOSX; then create-bundle %_DEST%\lib%_EXT%\*.dylib; fi" |