View Single Post
  #4  
Old 08-18-2006, 12:08 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,025
Typically, the development tool itself (nmake, msdev, devenv, msbuild, etc.) will implement incremental building of individual projects (compiling only the source files that have changed since the last build). Since VB6 doesn't, VBP's Make VB6 step adds that capability for it: http://www.visualbuild.com/Manual/makevb6.htm. If Gupta and/or CL don't provide this, you may want to wrap those with something like nmake and call that from VBP.
Reply With Quote