Switches.inc
------------

This file is included in all project units and contains defines that alter the
way Shades are built. Currently available switches are:

1) NOASSEMBLY
Make use of native Pascal code instead of (optimized?) assembly. This is
useful especially for future porting to architectures other than 32-bit x86.

2) NO_SVN
Disables features that make Shades use data extracted from SVN with other
utilities. The importance lies in fast removing of two other tools on which the
compilation otherwise unconditionally depends.

3) DEBUG*
This group of switches allows easy peeking inside the program in places where
debugger wouldn't help much or would be too clumsy.
