View Single Post
  #2  
Old 10-13-2006, 11:53 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,027
When building a project group, the Make VB6 action determines the correct order to build based on dependencies within the group. It does log the dependencies that it finds and the order that it builds projects in. To customize the projects that get built, modify the .vbg file. If you want to customize the order of building, you would need to use a separate Make VB6 step for each .vbp file, specifying the order yourself (but generally it's best to let the action determine the proper order).
Reply With Quote