Hi, the CW(Power Architecture v8.8.3, CPU=P2020) was installed on my desktop a few months ago.
I used to use the IDE to compile the project.
But due to growing team size, building project files at command line interface would be good for our project.
May someone provide me some guideline/documentation to allow me to make/nmake project files at DOS command line interface?
Check out the Power Architecture Build Tools Reference (Power Arch Build Tools Reference.pdf), located in the Help folder of the CodeWarrior installation directory. It has a lot of information on how to use the command-line arguments with the tools.
---Tom