"Dugas, Paul" wrote:
> Is there something somewhere that specifies what DOES need to get
> checked in [to a CM tool]?
Here's what we put in the source control system --
.mcp - project file
.rsrc - (both parts if under Windows)
.pch - precompiled header source
all other source and resources, duh
These files don't get checked in, CodeWarrior makes them --
.psym - debugger info
.tmp - intermediate file
.map - linker map file
.mch - precompiled header binaries
anything in the <Project>_Data directory
-slj-