Ecore exe: refactor and fix compilation on windows.
authorTom Hacohen <tom@stosb.com>
Wed, 27 Aug 2014 10:00:11 +0000 (11:00 +0100)
committerTom Hacohen <tom@stosb.com>
Wed, 27 Aug 2014 14:14:17 +0000 (15:14 +0100)
commit686acd88f7b5b2f1a6406aba190d3da501682917
tree139bdbbd1f80091b4735ea9260b6744d57d9ad29
parent5551567847c1b0dbcade39209ff5a88c78808b56
Ecore exe: refactor and fix compilation on windows.

This is the first step towards splitting it nicely. This fixes
compilation on windows (or so it seems from my testing) and takes out
all the platform specific code (posix included) out of the main source
file.
src/Makefile_Ecore.am
src/lib/ecore/ecore_exe.c
src/lib/ecore/ecore_exe_posix.c [new file with mode: 0644]
src/lib/ecore/ecore_exe_private.h
src/lib/ecore/ecore_exe_win32.c