From: Herman Schultz Date: 2009-12-03T06:44:57+09:00 Subject: Re: Rake Environment variables gone missing Aldric Giacomoni wrote: > Herman Schultz wrote: >> >> Here's the issue. I read in a windows batch file that has a bunch of >> environment variable in it that are used in a hornets nest of Devstudio >> C++ projects. I want to parse the variables out and pass them to ENV so >> I can invoke incredibuild from rake. >> > Herman, > Could you convince me that you're not doing any kind of useless steps, > here? How about just doing the parsing from within Ruby/Rake ? Well the problem is that the vcproj files are all based on environment variables. The defines, the compiler options, the include paths, and the paths to the libraries for linking. So you have things like ...