volzhs
5eb14d3af0
fix unexpected char: '\' error on windows
error occurred when register additional directory for android module on windows.
### config.py ###
```
def can_build(plat):
return plat=="android"
def configure(env):
if (env['platform'] == 'android'):
env.android_add_res_dir("android/res")
```
2016-05-24 05:25:22 +09:00
..
2016-05-24 05:25:22 +09:00
2016-04-28 16:13:26 +02:00
2016-03-09 00:00:52 +01:00
2016-05-21 15:29:25 +02:00
2016-04-02 20:26:12 +02:00
2016-05-21 15:29:25 +02:00
2016-05-20 17:31:30 -03:00
2016-04-02 20:26:12 +02:00
2016-05-21 15:29:25 +02:00
2016-04-02 20:26:12 +02:00
2016-04-12 16:20:28 +02:00