On Fri, Oct 5, 2012 at 10:51 AM, Philip Herron <philip.her...@wandisco.com> wrote: > Decided to try using the 2010 vcnet version for gen-make.py, and upgraded in > VC2012. But running msbuild subversion_bla.sln /p:UseEnv=true fails > miserably. Running in VC looks like its working. But i need to tell it to > include and lib paths Which seems painful.
I do my Windows builds using command line. I believe I am currently using VS 2008 for the builds I sign. When you install VS, it installs a shortcut that opens a Windows command prompt with all of the VS envvars already set. That is what I use as my starting point. I then just have some batch files that run the Python script and follow that by running the "devenv" command to build the solution. This is pretty much how I have always done it going back to MSVC 6. The only thing that really changed was the name of the command line tool to build the solution. Bert also has build scripts that he uses that use MSBuild. I know these work with VS 2010, but not sure if he updated them yet for 2012. -- Thanks Mark Phippard http://markphip.blogspot.com/