A
Alexander Zauzolkov
Hi!
I have a VC++.Net project. Project specific defines and include paths
are saved in an external file (response file). I use the file during
compilation giving it by means of the @ compiler option that is
provided through project properties: C/C++ -> Command Line ->
Additional Options.
Now is the problem. After project build if I change the response file,
the compiler does not note this and does not perform a new build. (In
case of a make file this would be simply ( )
Is it possible to include this file in the dependencies chain so that
the compiler makes a complete build?
Perhaps there are other ideas how to get desired behaviour?
Thanks
I have a VC++.Net project. Project specific defines and include paths
are saved in an external file (response file). I use the file during
compilation giving it by means of the @ compiler option that is
provided through project properties: C/C++ -> Command Line ->
Additional Options.
Now is the problem. After project build if I change the response file,
the compiler does not note this and does not perform a new build. (In
case of a make file this would be simply ( )
Is it possible to include this file in the dependencies chain so that
the compiler makes a complete build?
Perhaps there are other ideas how to get desired behaviour?
Thanks