Thread: x64 broken?
View Single Post
  #4  
Old 02-10-2006, 07:17 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,003
My original statement wasn't quite true -- Make VS.NET can use MSBuild, devenv, or vcbuild to build a solution (and uses MSBuild by default). There's a bug in the Make VS.NET action that prevents multiple platforms for a configuration from building via MSBuild. For now, you can workaround it by building via devenv (enter devenv in the Override field on the Options tab). Also, just FYI, you can specify a regex wildcard (i.e., Debug.*) to build all platforms for a given configuration in one step.
Reply With Quote