Bug #6726 2006-03-08 22:39
trikko
Vars in project target option
How to:
- Create a new target
- Define a var for this target (for example COMP = mingw)
- Go to project / target option.
- On Object Output Dir write: ".\_$(COMP)_objs"
Do this for many different target.
If you compile each target it works (for example it uses _mingw_objs as output dir).
If you rebuild all target it doesn't work anymore...
(it put objects for all target on __objs)
- Category
- Application::WrongBehaviour
- Group
- Status
- Closed
- Close date
- 2006-09-08 11:17
- Assigned to
History
mandrav 2006-09-08 11:17
The build system has changed since this bug was opened.
Closing it now because it doesn't apply anymore.
If you find other related bugs in the current build system, please open a new bug report.