Update for Mac OS X static data member automation
This commit is contained in:
parent
df9bf7c667
commit
1470338b6d
2 changed files with 12 additions and 0 deletions
|
@ -31,3 +31,9 @@ mkdir: %_DEST%\ucr%_EXT%\sc
|
||||||
..\%__SRC%\ucr\*.ucr %_DEST%\ucr%_EXT%\sc\*.ucr
|
..\%__SRC%\ucr\*.ucr %_DEST%\ucr%_EXT%\sc\*.ucr
|
||||||
..\xml\*.xml %_DEST%\xml\*.xml
|
..\xml\*.xml %_DEST%\xml\*.xml
|
||||||
|
|
||||||
|
|
||||||
|
..\%__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"
|
||||||
|
|
|
@ -5,3 +5,9 @@
|
||||||
..\%__SRC%\bin\*.bin %_DEST%\bin%_EXT%\*.bin
|
..\%__SRC%\bin\*.bin %_DEST%\bin%_EXT%\*.bin
|
||||||
..\%__SRC%\misc\*.hid %_DEST%\bin%_EXT%\*.hid
|
..\%__SRC%\misc\*.hid %_DEST%\bin%_EXT%\*.hid
|
||||||
..\%__SRC%\bin\*.res %_DEST%\bin%_EXT%\*.res
|
..\%__SRC%\bin\*.res %_DEST%\bin%_EXT%\*.res
|
||||||
|
|
||||||
|
..\%__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