edje_cc: Fix parsing including file path in EDC on Windows. 82/53582/5
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, 2 Aug 2016 03:46:06 +0000 (20:46 -0700)
commita8dd08ae07c72f826f803aac03ed705b72c58da6
tree9b4a69726f9d38980733c9dc7c532cddd543f034
parent176e5543240876aad371e2c4d7d6b906315a56e3
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.

Change-Id: Ib98ab261a2c47debd89449c8bef283f00f1534dc
src/bin/edje/edje_cc_parse.c
src/bin/edje/edje_cc_sources.c