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 | 1fd7aa7cbb529447e3edc730518b3bab205ae00b (patch) | |
tree | 3827a93174d3d8fb3ca3c20a4d64cabddc16f2cb /io | |
parent | 17e705ebaf49bd3793e36aa3193339c728f97125 (diff) |
Update for Mac OS X static data member automation
Diffstat (limited to 'io')
-rw-r--r-- | io/prj/d.lst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/io/prj/d.lst b/io/prj/d.lst index f0b3ab644..07be1fb77 100644 --- a/io/prj/d.lst +++ b/io/prj/d.lst @@ -4,3 +4,9 @@ ..\source\connector\connectr.xml %_DEST%\xml%_EXT%\connectr.xml ..\source\stm\stm.xml %_DEST%\xml%_EXT%\stm.xml ..\%__SRC%\lib\*.so %_DEST%\lib%_EXT%\* + +..\%__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" |