How to detect if CEGUI was build with Xerces
Posted: Sat Dec 02, 2006 07:22
I need to detect if CEGUI was build with Xerces to set the xsd directory but the only method i found was with using
Is that the proper way
Because we also use a #ifdef HAVE_CONFIG_H in Secret Maryo Chronicles for Linux builds. I think that would conflict ?
Regards,
Florian Richter
Code: Select all
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
Is that the proper way
Because we also use a #ifdef HAVE_CONFIG_H in Secret Maryo Chronicles for Linux builds. I think that would conflict ?
Regards,
Florian Richter