summaryrefslogtreecommitdiffstats
path: root/rdbmaker/prj
diff options
context:
space:
mode:
authorPatrick Luby <pluby@openoffice.org>2001-02-28 23:23:58 +0000
committerPatrick Luby <pluby@openoffice.org>2001-02-28 23:23:58 +0000
commitf71c3b50be1a0f3fe84aa2e96e94f19cd1cc76fd (patch)
treee396542b71212a6f77d24c08f03a75b362246412 /rdbmaker/prj
parentdebug cases (diff)
downloadcore-f71c3b50be1a0f3fe84aa2e96e94f19cd1cc76fd.tar.gz
core-f71c3b50be1a0f3fe84aa2e96e94f19cd1cc76fd.zip
Update for Mac OS X static data member automation
Diffstat (limited to 'rdbmaker/prj')
-rw-r--r--rdbmaker/prj/d.lst6
1 files changed, 6 insertions, 0 deletions
diff --git a/rdbmaker/prj/d.lst b/rdbmaker/prj/d.lst
index 47a8ff0d36c1..d5c7bf998745 100644
--- a/rdbmaker/prj/d.lst
+++ b/rdbmaker/prj/d.lst
@@ -3,3 +3,9 @@
..\%__SRC%\bin\rdbmaker %_DEST%\bin%_EXT%\rdbmaker
+
+..\%__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"