00001 // this file just exists as a fence for the precompiled headers; 00002 // with MSVC it doesn't even need to exist when pch is turned on, but as I 00003 // include it unconditionally it has to be present. 00004 // 00005 // I don't include any files here as 1) I don't want to impose any includes on 00006 // each cpp file and 2) the compilation will work without side effects 00007 // (performance etc...) if precompiled headers are turned off. 00008 // Rather __sigx_pchfence__.cpp includes everything that sigx needs and each 00009 // cpp file includes its own more accurate headers which also will be looked 00010 // up in the precomiled header file sigx-2.0.pch;