Issue 49483 - Module extensions: delivery of *dll
Summary: Module extensions: delivery of *dll
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: current
Hardware: All Windows, all
: P1 (highest) Trivial (vote)
Target Milestone: ---
Assignee: rt
QA Contact: issues@porting
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-19 05:17 UTC by pavel
Modified: 2005-05-19 09:32 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
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.