Optimization

I have purchased the VC++.NET 2003 Standard Edition (as opposed to Visual Studio.NET) and downloaded the Toolkit (for code optimization) from the Microsoft website.

The optimization is done only from the command line. In the samples they provide, they only optimize 1 or 2 .cpp files, e.g.
cl /O2 /ML /EHsc GL-G7.cpp module.cpp

Does anyone know how to optimize from the command line if you have a whole project with 100 files?

Thanks
[465 byte] By [josh1en] at [2007-11-19 6:38:13]