blob: 2713af2fc2e2e3cba277cc94695d11eda45eaf4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
mkdir: %_DEST%\inc%_EXT%\stoc
..\%__SRC%\bin\*.dll %_DEST%\bin%_EXT%\*
..\%__SRC%\lib\*.so %_DEST%\lib%_EXT%\*
..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\*.dylib
..\%__SRC%\bin\*.rdb %_DEST%\rdb%_EXT%\*
..\source\module-description.dtd %_DEST%\xml%_EXT%\module-description.dtd
..\source\corereflection\corefl.xml %_DEST%\xml%_EXT%\corereflection.uno.xml
..\source\defaultregistry\defreg.xml %_DEST%\xml%_EXT%\nestedreg.uno.xml
..\source\implementationregistration\impreg.xml %_DEST%\xml%_EXT%\implreg.uno.xml
..\source\inspect\insp.xml %_DEST%\xml%_EXT%\introspection.uno.xml
..\source\invocation\inv.xml %_DEST%\xml%_EXT%\invocation.uno.xml
..\source\invocation_adapterfactory\invadp.xml %_DEST%\xml%_EXT%\invocadapt.uno.xml
..\source\javavm\jen.xml %_DEST%\xml%_EXT%\javavm.uno.xml
..\source\javaloader\javaloader.xml %_DEST%\xml%_EXT%\javaloader.uno.xml
..\source\loader\cpld.xml %_DEST%\xml%_EXT%\shlibloader.uno.xml
..\source\namingservice\namingservice.xml %_DEST%\xml%_EXT%\namingservice.uno.xml
..\source\proxy_factory\proxyfac.xml %_DEST%\xml%_EXT%\proxyfac.uno.xml
..\source\registry_tdprovider\rdbtdp.xml %_DEST%\xml%_EXT%\regtypeprov.uno.xml
..\source\servicemanager\smgr.xml %_DEST%\xml%_EXT%\servicemgr.uno.xml
..\source\simpleregistry\simreg.xml %_DEST%\xml%_EXT%\simplereg.uno.xml
..\source\tdmanager\tdmgr.xml %_DEST%\xml%_EXT%\typemgr.uno.xml
..\source\security\sec.xml %_DEST%\xml%_EXT%\security.uno.xml
..\source\typeconv\tcv.xml %_DEST%\xml%_EXT%\typeconverter.uno.xml
..\source\uriproc\module.xml %_DEST%\xml%_EXT%\uriproc.uno.xml
dos: sh -c "if test %OS% = MACOSX; then create-bundle %_DEST%\lib%_EXT%\*.dylib; fi"
|