Update for Mac OS X static data member automation
This commit is contained in:
parent
e4cd4bf8fe
commit
c25f2df42c
3 changed files with 18 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue