Look for bison.exe.in, flex.exe.in and modify their custom build steps. For example, the current custom build step for bison.exe.in is
copy /Y/B external\flexbison-win32\bison.exe.in "%SystemRoot%\system32\bison.exe".
Regarding configure, look for configure-vc7.bat or configure-vc8.bat end add the folders you want to exclude from the search in the parameters
HTH,
Joegen
> {quote:title=jmatthewsr wrote:}{quote}
> Hi,
>
> With the Visual Studio build, if I don't want the build to automatically copy a bunch of files to \windows\system32 and modify the custom build steps to copy them to a local directory instead, short of adding this local directory to my PATH, how can I get configure to use a different search path to find the external dependencies?
>
> Thanks,
>
>
> -justin
|