diff options
author | Sebastian Dransfeld <sd@tango.flipp.net> | 2007-11-10 12:17:07 +0000 |
---|---|---|
committer | Sebastian Dransfeld <sd@tango.flipp.net> | 2007-11-10 12:17:07 +0000 |
commit | 1ec701e87e56b5574511857ebe86eb7064dd7994 (patch) | |
tree | 92f741930e7a9a846b6f407eb0405f152651901d /src/bin/main.h | |
parent | 57331eae88bcbdaf535a4cd53b4ae2ed5db9cb26 (diff) |
Clean build system
SVN revision: 32534
Diffstat (limited to 'src/bin/main.h')
-rw-r--r-- | src/bin/main.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/bin/main.h b/src/bin/main.h index 024710a..94d647c 100644 --- a/src/bin/main.h +++ b/src/bin/main.h | |||
@@ -14,15 +14,33 @@ | |||
14 | 14 | ||
15 | #include <Evas.h> | 15 | #include <Evas.h> |
16 | #include "config.h" | 16 | #include "config.h" |
17 | #if HAVE_EVAS_SOFTWARE_X11 | ||
17 | #include "engine_software_x11.h" | 18 | #include "engine_software_x11.h" |
19 | #endif | ||
20 | #if HAVE_EVAS_OPENGL_GLEW | ||
18 | #include "engine_gl_glew.h" | 21 | #include "engine_gl_glew.h" |
22 | #endif | ||
23 | #if HAVE_EVAS_OPENGL_X11 | ||
19 | #include "engine_gl_x11.h" | 24 | #include "engine_gl_x11.h" |
25 | #endif | ||
26 | #if HAVE_EVAS_XRENDER_X11 | ||
20 | #include "engine_xrender_x11.h" | 27 | #include "engine_xrender_x11.h" |
28 | #endif | ||
29 | #if HAVE_EVAS_SOFTWARE_16_X11 | ||
21 | #include "engine_software_16_x11.h" | 30 | #include "engine_software_16_x11.h" |
31 | #endif | ||
32 | #if HAVE_EVAS_SOFTWARE_DDRAW | ||
22 | #include "engine_software_ddraw.h" | 33 | #include "engine_software_ddraw.h" |
34 | #endif | ||
35 | #if HAVE_EVAS_SOFTWARE_16_DDRAW | ||
23 | #include "engine_software_16_ddraw.h" | 36 | #include "engine_software_16_ddraw.h" |
37 | #endif | ||
38 | #if HAVE_EVAS_DIRECT3D | ||
24 | #include "engine_direct3d.h" | 39 | #include "engine_direct3d.h" |
40 | #endif | ||
41 | #if HAVE_EVAS_SOFTWARE_SDL | ||
25 | #include "engine_software_sdl.h" | 42 | #include "engine_software_sdl.h" |
43 | #endif | ||
26 | #include "ui.h" | 44 | #include "ui.h" |
27 | #include "about.h" | 45 | #include "about.h" |
28 | 46 | ||