Issue 16255 - Move the check for mspbd?.dll from set_soenv.in to configure.in
Summary: Move the check for mspbd?.dll from set_soenv.in to configure.in
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 RC
Hardware: PC Windows 2000
: P3 Trivial (vote)
Target Milestone: OOo 1.1 RC
Assignee: hjs
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-30 16:34 UTC by quetschke
Modified: 2003-08-26 12:36 UTC (History)
4 users (show)

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


Attachments
Patch for config_office (8.14 KB, patch)
2003-07-26 19:41 UTC, quetschke
no flags Details | Diff

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