17 lines
905 B
Text
17 lines
905 B
Text
..\%__SRC%\lib\*.so %_DEST%\lib%_EXT%\*.so
|
|
..\%__SRC%\bin\*.dll %_DEST%\bin%_EXT%\*.dll
|
|
..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\*.dylib
|
|
|
|
..\source\win32\clipb\sysdtrans.xml %_DEST%\xml%_EXT%\sysdtrans.xml
|
|
..\source\win32\dnd\dnd.xml %_DEST%\xml%_EXT%\dnd.xml
|
|
..\source\win32\ftransl\ftransl.xml %_DEST%\xml%_EXT%\ftransl.xml
|
|
..\source\X11\dtransX11.xml %_DEST%\xml%_EXT%\dtransX11.xml
|
|
..\source\cnttype\mcnttype.xml %_DEST%\xml%_EXT%\mcnttype.xml
|
|
..\source\generic\dtrans.xml %_DEST%\xml%_EXT%\dtrans.xml
|
|
|
|
..\%__SRC%\lib\lib*static*.dylib %_DEST%\lib%_EXT%\lib*static*.dylib
|
|
..\%__SRC%\misc\*staticdatamembers.cxx %_DEST%\inc%_EXT%\*staticdatamembers.cxx
|
|
..\%__SRC%\misc\*staticdatamembers.h* %_DEST%\inc%_EXT%\*staticdatamembers.h*
|
|
|
|
dos: sh -c "if test %OS% = MACOSX; then create-bundle %_DEST%\lib%_EXT%\*.dylib; fi"
|
|
dos: sh -c "if test %OS% = MACOSX; then create-libstatic-link %_DEST%\lib%_EXT%; fi"
|