Tagged Questions

0
votes
1answer
401 views

ilk target directory

If incremental linking is enabled, Visual C++ generates the *.ilk file in $(TargetDir), can I override this behavior and redirect it to another directory? (without using a post-build step)