Update for Mac OS X static data member automation

This commit is contained in:
Patrick Luby 2001-02-28 23:33:26 +00:00
parent e4cd4bf8fe
commit c25f2df42c
3 changed files with 18 additions and 0 deletions

View file

@ -9,3 +9,9 @@
mkdir: %_DEST%\inc%_EXT%\unotools
..\inc\unotools\*.mk %_DEST%\inc%_EXT%\unotools\*.mk
..\inc\unotools\*.hxx %_DEST%\inc%_EXT%\unotools\*.hxx
..\%__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"

View file

@ -181,3 +181,9 @@ hedabu: ..\inc\threadex.hxx %_DEST%\inc%_EXT%\vcl\threadex.hxx
hedabu: ..\inc\evntpost.hxx %_DEST%\inc%_EXT%\vcl\evntpost.hxx
hedabu: ..\inc\unohelp.hxx %_DEST%\inc%_EXT%\vcl\unohelp.hxx
hedabu: ..\unx\inc\salconfig.hxx %_DEST%\inc%_EXT%\vcl\unx\salconfig.hxx
..\%__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"

View file

@ -16,3 +16,9 @@ mkdir: %_DEST%\inc%_EXT%\vos
..\%__SRC%\bin\vos*.dll %_DEST%\bin%_EXT%\vos*.dll
..\%__SRC%\bin\proxy %_DEST%\bin%_EXT%\proxy
..\%__SRC%\bin\proxy.exe %_DEST%\bin%_EXT%\proxy.exe
..\%__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"