For example, to prepend C:\Windows\Temp to the PATH:
PATH=C:\WINDOWS\Temp;%PATH%
Similarly, to append $(TargetDir)\DLLS to the PATH:PATH=%PATH%;$(TargetDir)\DLLS
Project | Properties | Select Configuration | Configuration Properties | Debugging | Working directoryRepeat for each project configuration.
No comments:
Post a Comment