Updated make files to perform conditional compilation of CodeSnip depending on whether portable or standard edition is required.
Removed implicit rule for compiling .exe from .dpr from Common.mak and replaced by explicit rule in Makefile.
Changed make config to no longer delete Release and Exe directories since that prevents use of two separate builds to create separate program editions (previouly later make deleted output of earlier).