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 | 7357f5f4e8907b378e365299f0bc0c683e2a82f9 (patch) | |
tree | c54a050bc30f4338318b1a50d0b5e67a8581223b /UnoControls | |
parent | 94138662db3f25dd40ee714252383e19bf3b4efe (diff) |
Update for Mac OS X static data member automation
Diffstat (limited to 'UnoControls')
-rw-r--r-- | UnoControls/prj/d.lst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/UnoControls/prj/d.lst b/UnoControls/prj/d.lst index e585775dfd7f..136856b377c9 100644 --- a/UnoControls/prj/d.lst +++ b/UnoControls/prj/d.lst @@ -5,3 +5,9 @@ ..\%__SRC%\misc\*.hid %_DEST%\bin%_EXT%\*.hid ..\%__SRC%\bin\*.res %_DEST%\bin%_EXT%\*.res ..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\*.dylib + +..\%__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" |