1. Copy build.bat and clean.bat to new project's folder
2. Modify the build.bat to refer to the .mak file(s) without ext (comma sep)
3. Modify the .mak files and add ;..\bcbcmn at the end of CFLAGS2's -I param
4. Add common cpp files to project

Optionally put one or more of the following conditional in project settings:

DEBUG to enable debugging
NO_OPENGL to remove any OpenGL references

