View Single Post
  #2  
Old 06-18-2003, 07:25 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,015
The easiest way would be to just use a Make VS.NET step, specifying the .vcproj file there; it will invoke devenv as needed (you can check the 'display command-line' option on the Options tab to see the command-line it actually constructs).

The devenv flags are also documented here: http://msdn.microsoft.com/library/de...neSwitches.asp
Reply With Quote