blob: 76d5b1bc2d617bcf05efb152f4818e3301fc1570 (
plain)
1
2
3
4
5
6
7
8
|
..\%__SRC%\class\officebean.jar %_DEST%\bin%_EXT%\officebean.jar
..\%__SRC%\bin\officebean.dll %_DEST%\bin%_EXT%\officebean.dll
..\%__SRC%\lib\libofficebean.so %_DEST%\lib%_EXT%\libofficebean.so
..\%__SRC%\lib\*officebean.dylib %_DEST%\lib%_EXT%\*officebean.dylib
dos: sh -c "if test %OS% = MACOSX; then macosx-create-bundle %_DEST%\lib%_EXT%\*.dylib; fi"
|