Hi, each time I change something in one of my files I compile all the code files in my project - a process which takes a lot of time because I have dozens of files in my project. Is there a way to only compile the changed files, thus performing the compilation (and the all 'build' process) much faster?
There are two commands Build target (F7) and Build all target files (F9) and two icons on the toolbar, so be careful...Also, if you change something in the include file that is included in several source files, all those files will (and should) be rebuilt... regards Dejan