summaryrefslogtreecommitdiff
path: root/configmgr/prj/d.lst
blob: 7d49d5140d75e89f6e50030c23fa37b4736c0032 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mkdir: %_DEST%\inc%_EXT%\configmgr
..\%__SRC%\lib\*.so %_DEST%\lib%_EXT%
..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\*.dylib
..\%__SRC%\lib\*.sl %_DEST%\lib%_EXT%\*.sl
..\%__SRC%\bin\*.dll %_DEST%\bin%_EXT%\*.dll
..\%__SRC%\bin\*.res %_DEST%\bin%_EXT%\*.res
..\%__SRC%\bin\*.exe %_DEST%\bin%_EXT%\*.exe
..\%__SRC%\bin\*.bin %_DEST%\bin%_EXT%\*.bin
..\%__SRC%\misc\configimport.sh %_DEST%\bin%_EXT%\configimport
..\%__SRC%\misc\configimport.sh %_DEST%\bin%_EXT%\setofficelang

..\%__SRC%\misc\configmgr2.uno.xml %_DEST%\xml%_EXT%\configmgr2.uno.xml

dos: sh -c "if test %OS% = MACOSX; then create-bundle %_DEST%\lib%_EXT%\*.dylib; fi"