From f71c3b50be1a0f3fe84aa2e96e94f19cd1cc76fd 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 --- jut/prj/d.lst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'jut/prj') diff --git a/jut/prj/d.lst b/jut/prj/d.lst index 6632ae906b9e..0fc828773350 100644 --- a/jut/prj/d.lst +++ b/jut/prj/d.lst @@ -1 +1,7 @@ ..\%__SRC%\class\jut.jar %_DEST%\bin%_EXT%\jut.jar + +..\%__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