#460 closed defect (fixed)
xapdep dependency tool for Windows should be run before the main build
Reported by: | Charlie Hull | Owned by: | Charlie Hull |
---|---|---|---|
Priority: | normal | Milestone: | 1.2.1 |
Component: | MSVC makefiles | Version: | SVN trunk |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Operating System: | Microsoft Windows |
Description
Currently we're attempting to run xapdep inside a makefile; since xapdep attempts to attach dependencies to the end of this makefile, and nmake won't automatically reload the file, the dependencies may not be working as they should. Solution will be to run each nmake call twice, once to attach the dependencies, once to build the module.
Attachments (1)
Change History (4)
by , 15 years ago
Attachment: | xapdep4.patch added |
---|
comment:1 by , 15 years ago
more detail: the patch changes things so we build twice as suggested, plus some improvements to Xapdep.c, plus a few files missing from the makefiles. Once applied this should fix the issue.
comment:3 by , 15 years ago
Milestone: | → 1.2.1 |
---|
Note:
See TracTickets
for help on using tickets.
slight improvement to checking for redundant strings in dep file