godot/platform
Ariel Manzur bec1e003e7 this failed on mingw on linux (but not on msvc) with 2 problems:
1) it didn't print the error to the console, only this:

build_res_file(["platform/windows/godot_res.windows.tools.32.o"], ["platform/windows/godot_res.rc"])
scons: *** [platform/windows/godot_res.windows.tools.32.o] Error 1

I had to print the actual command and run it on a console to see the error. The builder should be able to print the command it's running and the error, like it does with compiler invocations, etc.

2) The actual error was a syntax error on line 11 of godot_res.rc. I looked up "FILEVERSION" and "PRODUCTVERSION" (here https://msdn.microsoft.com/en-us/library/windows/desktop/aa381058(v=vs.85).aspx), it says they take 4 numbers as parameters, so I added those 0s, but I'm not sure if they're in the right order.

@masoudbh3 can you check it out? thanks

It builds on msvc just fine with (and without) these changes.
2015-12-20 11:50:16 -03:00
..
android Merge pull request #2956 from est31/add_system_wide_export_path 2015-12-08 17:04:24 -03:00
bb10 Add way to look for templates at system wide level too 2015-11-30 01:36:08 +01:00
flash Cosmetic fixes to SCons buildsystem 2015-11-01 20:53:26 +01:00
haiku Moved deleting sample player in OS finalize methods to before deleting audio server to prevent crash when exiting. 2015-11-02 16:36:41 +00:00
iphone thread rename for ios and osx (if called from the thread to be renamed) 2015-12-18 02:58:30 -03:00
isim isim 2015-12-12 19:13:40 -03:00
javascript Add way to look for templates at system wide level too 2015-11-30 01:36:08 +01:00
nacl Add icon to exe file in windows export 2015-11-09 02:23:58 +03:30
osx thread rename for ios and osx (if called from the thread to be renamed) 2015-12-18 02:58:30 -03:00
server Moved deleting sample player in OS finalize methods to before deleting audio server to prevent crash when exiting. 2015-11-02 16:36:41 +00:00
windows this failed on mingw on linux (but not on msvc) with 2 problems: 2015-12-20 11:50:16 -03:00
winrt Added missing \n in script error output. 2015-11-19 15:35:18 +01:00
x11 Use tabs instead of spaces for new gamepad code 2015-12-18 19:15:32 +01:00