Issue 49483

Summary: Module extensions: delivery of *dll
Product: porting Reporter: pavel
Component: codeAssignee: rt <ruediger.timm>
Status: CLOSED FIXED QA Contact: issues@porting <issues>
Severity: Trivial    
Priority: P1 (highest) CC: issues, quetschke
Version: current   
Target Milestone: ---   
Hardware: All   
OS: Windows, all   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description pavel 2005-05-19 05:17:27 UTC
Hi,

this change:

pavel@pavel:~/.ooo/ooo_SRC680_m104_src/extensions/prj> cvs diff -r 1.15 -r 1.16
d.lst

-..\%__SRC%\bin\*.dll %_DEST%\bin%_EXT%\*.dll
+..\%__SRC%\bin\[^n]*.dll %_DEST%\bin%_EXT%\*.dll

caused that *many* .dll files are not delivered (although built and available in
wnt*pro) and thus:

ERROR: The following files could not be found:
ERROR: File not found: abp680mi.dll
ERROR: File not found: bib680mi.dll
ERROR: File not found: ldapbe2.uno.dll
ERROR: File not found: dbp680mi.dll   
ERROR: File not found: oleautobridge.uno.dll
ERROR: File not found: opc680mi.dll
ERROR: File not found: pcr680mi.dll
ERROR: File not found: pk680mi.dll 
ERROR: File not found: pl680mi.dll 
ERROR: File not found: preload680mi.dll
ERROR: File not found: res680mi.dll
ERROR: File not found: scn680mi.dll
ERROR: File not found: xmx680mi.dll
ERROR: File not found: so_activex.dll
Comment 1 rt 2005-05-19 09:03:28 UTC
I'm sorry, bad mistake. Should have tested it more seriously.
Fixed now HEAD and SRC680_m104.
Comment 2 pavel 2005-05-19 09:32:29 UTC
verified, closing.