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-04-28 16:13:26 +02:00
2016-05-21 15:29:25 +02:00
2016-04-19 11:10:55 +09:00
2016-01-01 11:50:53 -02:00
2016-01-08 17:53:00 -03:00
2016-01-08 17:53:00 -03:00
2016-01-01 11:50:53 -02:00
2016-01-01 11:50:53 -02:00
2016-01-01 11:50:53 -02:00
2016-01-09 16:51:22 +03:30
2016-05-19 10:44:18 +02:00
2016-01-01 11:50:53 -02:00
2016-01-01 11:50:53 -02:00
2016-01-12 09:57:56 +03:30
2016-01-01 11:50:53 -02:00
2016-03-09 00:00:52 +01:00
2016-01-01 11:50:53 -02:00
2016-03-09 00:00:52 +01:00
2016-01-01 11:50:53 -02:00
2016-01-08 17:53:00 -03:00
2016-01-08 17:53:00 -03:00
2016-01-24 05:29:09 +01:00
2016-01-24 05:29:09 +01:00
2016-03-09 00:00:52 +01:00
2016-03-09 00:00:52 +01:00
2016-01-01 11:50:53 -02:00
2016-05-24 05:25:22 +09:00
2016-01-01 11:50:53 -02:00
2016-01-01 11:50:53 -02:00