godot/platform
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
..
android fix unexpected char: '\' error on windows 2016-05-24 05:25:22 +09:00
bb10 Move export GUI debug toggle to export settings window 2016-04-28 16:13:26 +02:00
haiku remove trailing whitespace 2016-03-09 00:00:52 +01:00
iphone remove trailing whitespace 2016-05-21 15:29:25 +02:00
isim Remove trailing spaces 2016-04-02 20:26:12 +02:00
javascript remove trailing whitespace 2016-05-21 15:29:25 +02:00
osx Added 'fat' option for bits param on scons for osx, this will produce a fat binary that contains both 32 bits and 64 bits binaries 2016-05-20 17:31:30 -03:00
server Remove trailing spaces 2016-04-02 20:26:12 +02:00
windows remove trailing whitespace 2016-05-21 15:29:25 +02:00
winrt Remove trailing spaces 2016-04-02 20:26:12 +02:00
x11 x11: Flush the X output buffer after changing mouse mode 2016-04-12 16:20:28 +02:00