This is driving me nuts. I have a successful setup under CCS4 Core Edition 4.0.1.01001 which I am using with external build tools (scons). I am able to build the project manually, then choose Target -> Debug Active Project to debug. This works fine, but I've forgotten how I got it set up.
Now I have a lab computer I need to configure. I have all the source files checked out of my source code repository on the 2nd PC, and they build fine. But I have CCSv4.1.1.00014 on the lab computer, and when I choose Target -> Debug Active Project to debug, it tries to autogenerate a makefile and build my project itself.
How do I tell CCSv4.1.1 **not** to try to build my project? If I go to Build Properties -> Build Settings, there's no way to tell it to stop trying to make the project?