#GLFW_USE_GCC=true not overriding MONKEY.CONFIG

Monkey Forums/Monkey Bug Reports/#GLFW_USE_GCC=true not overriding MONKEY.CONFIG

DruggedBunny(Posted 2013) [#1]
Hi Mark,

If I have this in example.monkey:

#GLFW_USE_GCC=true


... and this in example.build/ ... etc ... /MONKEY.CONFIG:

#GLFW_USE_GCC=false


... it uses MSBUILD instead of GCC, yet as far as I can tell, this 'should' force GCC.

Even if I delete the build dir, this still happens -- I *have* to force it in CONFIG.MONKEY in order to use GCC.

Here's a visual example.


DruggedBunny(Posted 2013) [#2]
Ohhh... just noticed the difference in my own screenshot -- we now have #GLFW_USE_GCC and #GLFW_USE_MINGW! I guess the first is the new one?


DruggedBunny(Posted 2013) [#3]
Hmm, no, other way around! The App Config docs list #GLFW_USE_GCC but #GLFW_USE_MINGW works correctly!


Pharmhaus(Posted 2013) [#4]
See my post :)
http://www.monkeycoder.co.nz/Community/posts.php?topic=5504