Tuesday, June 14, 2005

Make

Create a make system for building all projects in a directory tree.
  • Use a library directory for compiled dlls
  • Convert file references to project references when computing depencies
  • Compile projects only if needed
  • Copy compiled dlls to the library path
  • Convert project references back to file references, which references compiled dlls in the library directory
  • Use Visual Studio command-line to compiled projects
  • Automatically create "virtual directories" for web projects

0 Comments:

Post a Comment

<< Home