Build Order Dependency

  • Thread starter Thread starter Mario Dambauer
  • Start date Start date
M

Mario Dambauer

Hi, I have a little probelm with the Build Order Dependency

I have 2 components. Both of this components contains a file with the same
file name, but different filesize & date. The file in Component1 is older,
so I wan't to take the file from Component2.

I set the Build Order Dependency in Component1, that Component2 is built
after Component1
I set the Build Order Dependency in Component2, that Component1 is build
before Component2

In the Build log, Component1 was built before Component2 - seems to be
right.

But when I look at the file, there is the file of component1 (the old one)
in the directory!!!
How is this possible?!??!

Thanks in advance.
mario
 
Hello Mario

The build process can't overwrite files
with the same filename.
That's why you see the first built file
from component 1 in your directory.


Greetings from Switzerland
--

Martin Grossen

AVNET EMG Silica
FM/FAM Microsoft Embedded Europe

Your competent partner for Microsoft Embedded licencing

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Event question 2
How do I combine columns in a query 1
VBA Question - Applying values 6
Help using flags 3
Here's a dumb one.... 5
Can this be done? If so, How? 2
Assembly depolyment 3
Multi-Level Query 1

Back
Top