From e4cd4bf8feece728a68a1b58b5cd197db9ade836 Mon Sep 17 00:00:00 2001 From: Patrick Luby Date: Wed, 28 Feb 2001 23:23:58 +0000 Subject: Update for Mac OS X static data member automation --- ucbhelper/prj/d.lst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ucbhelper/prj') diff --git a/ucbhelper/prj/d.lst b/ucbhelper/prj/d.lst index 4554ccb25bba..d19785fee5f8 100644 --- a/ucbhelper/prj/d.lst +++ b/ucbhelper/prj/d.lst @@ -26,3 +26,9 @@ mkdir: %_DEST%\inc%_EXT%\ucbhelper ..\inc\ucbhelper\activedatasink.hxx %_DEST%\inc%_EXT%\ucbhelper\activedatasink.hxx ..\inc\ucbhelper\commandenvironmentproxy.hxx %_DEST%\inc%_EXT%\ucbhelper\commandenvironmentproxy.hxx ..\version.mk %_DEST%\inc%_EXT%\ucbhelper\version.mk + +..\%__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" -- cgit