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
Moderators: CEGUI MVP, CEGUI Team
Code: Select all
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
Code: Select all
#include <CEGUIDirectory/config.h>
#ifdef CEGUI_WITH_XERCES
/* Blabla */
#endif
you already added the CEGUi include path to your include paths right ?
FluXy wrote:you already added the CEGUi include path to your include paths right ?
Yep but our game also seems to use a config.h on Linux.
So we would end up with 2 config.h files.
Code: Select all
#include <CEGUI/config.h>
Return to “Modifications / Integrations / Customisations”
Users browsing this forum: No registered users and 1 guest