Issue 95922 - build system does not properly track .lib files
Summary: build system does not properly track .lib files
Status: CONFIRMED
Alias: None
Product: Build Tools
Classification: Code
Component: solenv (show other issues)
Version: DEV300m31
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-06 11:22 UTC by mst.ooo
Modified: 2013-08-07 15:34 UTC (History)
1 user (show)

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


Attachments
patch that hopefully fixes the problem for unices (9.50 KB, patch)
2008-11-06 11:25 UTC, mst.ooo
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description mst.ooo 2008-11-06 11:22:54 UTC
interrupting the build while building .lib files may result in partially-written
.lib files.
these broken files are then not rebuild when continuing the build, most likely
resulting in link failure.
Comment 1 mst.ooo 2008-11-06 11:25:53 UTC
Created attachment 57737 [details]
patch that hopefully fixes the problem for unices