include as compiler path

SVN revision: 79639
This commit is contained in:
Andreas Volz 2012-11-24 19:16:28 +00:00
parent 941ebc8105
commit 702fc00cca
11 changed files with 17 additions and 16 deletions

View File

@ -2,7 +2,7 @@
#include <config.h>
#endif
#include "../include/ecorexx/Animator.h"
#include "ecorexx/Animator.h"
#include <eflxx/Common.h>
namespace Ecorexx {

View File

@ -6,8 +6,8 @@
#include <eflxx/Common.h>
#include <eflxx/System.h>
#include <eflxx/DebugInternal.h>
#include "../include/ecorexx/Application.h"
#include "../include/ecorexx/Timer.h"
#include "ecorexx/Application.h"
#include "ecorexx/Timer.h"
/* STD */
#ifdef ENABLE_EFLPP_FB // TODO: configure support!

View File

@ -4,8 +4,8 @@
/* EFLxx */
#include <evasxx/Canvas.h>
#include "../include/ecorexx/EvasWindow.h"
#include "../include/ecorexx/XWindow.h"
#include "ecorexx/EvasWindow.h"
#include "ecorexx/XWindow.h"
#include <errno.h>
#include <assert.h>

View File

@ -7,7 +7,7 @@
/* EFLxx */
#include <evasxx/Canvas.h>
#include "../include/ecorexx/EvasWindowFB.h"
#include "ecorexx/EvasWindowFB.h"
namespace Ecorexx {

View File

@ -7,8 +7,8 @@
/* EFLxx */
#include <evasxx/Canvas.h>
#include "../include/ecorexx/EvasWindowGLX11.h"
#include "../include/ecorexx/XWindow.h"
#include "ecorexx/EvasWindowGLX11.h"
#include "ecorexx/XWindow.h"
namespace Ecorexx {

View File

@ -7,8 +7,8 @@
/* EFLxx */
#include <evasxx/Canvas.h>
#include "../include/ecorexx/EvasWindowSoftwareX11.h"
#include "../include/ecorexx/XWindow.h"
#include "ecorexx/EvasWindowSoftwareX11.h"
#include "ecorexx/XWindow.h"
namespace Ecorexx {

View File

@ -7,8 +7,8 @@
/* EFLxx */
#include <evasxx/Canvas.h>
#include "../include/ecorexx/EvasWindowXRenderX11.h"
#include "../include/ecorexx/XWindow.h"
#include "ecorexx/EvasWindowXRenderX11.h"
#include "ecorexx/XWindow.h"
namespace Ecorexx {

View File

@ -1,5 +1,5 @@
/* Project */
#include "../include/ecorexx/Job.h"
#include "ecorexx/Job.h"
namespace Ecorexx {

View File

@ -6,7 +6,8 @@ AM_CPPFLAGS = \
-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
-DPACKAGE_SRC_DIR=\""$(srcdir)"\" \
-DPACKAGE_DATA_DIR=\""$(datadir)"\" \
$(EFL_CFLAGS)
$(EFL_CFLAGS) \
-I../include
AM_CFLAGS =\
-Wall\

View File

@ -3,7 +3,7 @@
#endif
/* EFLxx */
#include "../include/ecorexx/Timer.h"
#include "ecorexx/Timer.h"
#include <cassert>

View File

@ -2,7 +2,7 @@
#include <config.h>
#endif
#include "../include/ecorexx/XWindow.h"
#include "ecorexx/XWindow.h"
//===============================================================================================
// XWindow