A
Andreas Busse
Hi,
I received a big fat package of source code developed with Metrowerks
CodeWarrior and now I am trying to convert this project to VC.NET
2003. My problem is, that in order to compile I have to add around 70
additional include directories to the project's compiler settings.
Each of these paths is between 40 and 100 characters long (after
expansion of the $(ProjectDir) macro). So when I specify these path
entries using relative paths and the $(ProjectDir) macro, neither the
IDE nor the compiler recognizes all of them. If I specifiy them in
absolute paths, compiler and IDE behave well.
What can I do to avoid absolute paths? I have already tried setting an
environment variable and specifying the paths relative to it, i.e.
$(ENVVAR)\dir1;$(ENVVAR)\dir2...;$(ENVVAR)\dirN
any help appreciated,
Andreas
I received a big fat package of source code developed with Metrowerks
CodeWarrior and now I am trying to convert this project to VC.NET
2003. My problem is, that in order to compile I have to add around 70
additional include directories to the project's compiler settings.
Each of these paths is between 40 and 100 characters long (after
expansion of the $(ProjectDir) macro). So when I specify these path
entries using relative paths and the $(ProjectDir) macro, neither the
IDE nor the compiler recognizes all of them. If I specifiy them in
absolute paths, compiler and IDE behave well.
What can I do to avoid absolute paths? I have already tried setting an
environment variable and specifying the paths relative to it, i.e.
$(ENVVAR)\dir1;$(ENVVAR)\dir2...;$(ENVVAR)\dirN
any help appreciated,
Andreas