diff options
author | doursse <doursse> | 2008-04-29 22:02:30 +0000 |
---|---|---|
committer | doursse <doursse@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33> | 2008-04-29 22:02:30 +0000 |
commit | d8d00d5e5a578226e0caa0b5ba89cb2cf33f9f74 (patch) | |
tree | 12b4d43e52617e4f1b1cc9d67dd77f1851cd78bb /src/bin/main.h | |
parent | 13cca62c43bf4ae688da985abf65415917a93dbf (diff) |
* add wince engine support
* add -datadir option in command line, so that the data directory can be
specified with command line. Best way to manage data dir with Windows
CE OS, which does not support env variables...
SVN revision: 34402
Diffstat (limited to 'src/bin/main.h')
-rw-r--r-- | src/bin/main.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bin/main.h b/src/bin/main.h index 5554333..e96aa42 100644 --- a/src/bin/main.h +++ b/src/bin/main.h | |||
@@ -38,6 +38,9 @@ | |||
38 | #if HAVE_EVAS_DIRECT3D | 38 | #if HAVE_EVAS_DIRECT3D |
39 | #include "engine_direct3d.h" | 39 | #include "engine_direct3d.h" |
40 | #endif | 40 | #endif |
41 | #if HAVE_EVAS_SOFTWARE_16_WINCE | ||
42 | #include "engine_software_16_wince.h" | ||
43 | #endif | ||
41 | #if HAVE_EVAS_SOFTWARE_SDL | 44 | #if HAVE_EVAS_SOFTWARE_SDL |
42 | #include "engine_software_sdl.h" | 45 | #include "engine_software_sdl.h" |
43 | #endif | 46 | #endif |