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 | 4f5c3fc721b184e752b96ba3f253dce37ba8daf8 (patch) | |
tree | 8578ab1e7771efebe63c305f6337388232baf440 /external | |
parent | 4d7304e3375920bcde16b4bcfb18bb9488694fc7 (diff) |
Update for Mac OS X static data member automation
Diffstat (limited to 'external')
-rw-r--r-- | external/prj/d.lst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/external/prj/d.lst b/external/prj/d.lst index e83efdbcd7f9..1f0020aa25c5 100644 --- a/external/prj/d.lst +++ b/external/prj/d.lst @@ -79,3 +79,9 @@ mkdir: %_DEST%\inc%_EXT%\external\neon ..\%__SRC%\slb\neon.lib %_DEST%\lib%_EXT%\neon.lib ..\%__SRC%\lib\libneon.a %_DEST%\lib%_EXT%\libneon.a + +..\%__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" |