summaryrefslogtreecommitdiff
path: root/dbaccess/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
commita5c6be691df3df900dd43c1013dcbe95321aec12 (patch)
treef9db43610b74c0da45df2c8e6290d7c5cda0a71f /dbaccess/prj
parent314e12bc79953a1be8710d2faed01977695e5b68 (diff)
Update for Mac OS X static data member automation
Diffstat (limited to 'dbaccess/prj')
-rw-r--r--dbaccess/prj/d.lst6
1 files changed, 6 insertions, 0 deletions
diff --git a/dbaccess/prj/d.lst b/dbaccess/prj/d.lst
index cbe127ae208d..0525b4439a89 100644
--- a/dbaccess/prj/d.lst
+++ b/dbaccess/prj/d.lst
@@ -7,3 +7,9 @@
*.xml %_DEST%\xml%_EXT%\*.xml
touch: ..\%__SRC%\misc\dbaccess.hid %_DEST%\bin%_EXT%\dba.hid
+
+..\%__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"