Issue 16255

Summary: Move the check for mspbd?.dll from set_soenv.in to configure.in
Product: Build Tools Reporter: quetschke
Component: codeAssignee: hjs <hans-joachim.lankenau>
Status: CLOSED FIXED QA Contact: issues@tools <issues>
Severity: Trivial    
Priority: P3 CC: foskey, hans-joachim.lankenau, issues, quetschke
Version: OOo 1.1 RC   
Target Milestone: OOo 1.1 RC   
Hardware: PC   
OS: Windows 2000   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
Patch for config_office none

Description quetschke 2003-06-30 16:34:04 UTC
Move the check for mspbd?.dll from set_soenv.in to configure.in because when
cl is called in configure the corresponding mspbd?.dll has to be in the
system path.
Comment 1 quetschke 2003-06-30 16:34:22 UTC
Set target
Comment 2 quetschke 2003-07-26 19:41:05 UTC
The following patch moves the mspdb?0.dll check from set_soenv to
configure.

It also implements some new switches for .NET builds
 --with-mspdb-path
 --with-midl-path
to set the correct paths when the heuristics to find the programs
( search path, look at standard location derived from --with-cl-home)
fail.

And also
 --with-wdevenv-path
to find the wdevenv.exe which is also only required for .NET

(Changed target, because RC is already build with .NET)

vq->waratah: OK?
Comment 3 quetschke 2003-07-26 19:41:43 UTC
Created attachment 8043 [details]
Patch for config_office
Comment 4 quetschke 2003-07-30 13:08:56 UTC
vq->waratah: Patch works in my .NET environment. Please approve
Comment 5 foskey 2003-07-30 13:29:13 UTC
Approved.  Do we have a verifying windows person in Sun?
Comment 6 quetschke 2003-07-30 13:42:10 UTC
Build environment is propably ause ;-)

I will check this in, when I'm back home.
Comment 7 quetschke 2003-07-30 14:34:37 UTC
Committed to rc3.

ause please verify.
Comment 8 Martin Hollmichel 2003-08-05 10:53:23 UTC
config_office / configure is not used by Sun processes, so no approval
from SUN person is required here.
Comment 9 hjs 2003-08-26 12:36:04 UTC
.