edje_cc: Fix parsing including file path in EDC on Windows.
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Tue, 8 Dec 2015 02:01:11 +0000 (11:01 +0900)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Tue, 8 Dec 2015 02:01:11 +0000 (11:01 +0900)
commita05171d39ffcb945fc7e4f4862d8ac89a181f143
tree5173f12a1c3ee08f712919449ba2b049c585b9f2
parent785f4c1a5e527a828abfe2f347d1436cd41e00e4
edje_cc: Fix parsing including file path in EDC on Windows.

On Windows, including file path in EDC has not been parsed correctly
because '\' has not been used for path separator.
This commit fixes edje_cc complie to use '\' as path separator on
Windows.
src/bin/edje/edje_cc_parse.c
src/bin/edje/edje_cc_sources.c