#GLFW_USE_GCC=true not overriding MONKEY.CONFIG
Monkey Forums/Monkey Bug Reports/#GLFW_USE_GCC=true not overriding MONKEY.CONFIG
| ||
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. |
| ||
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? |
| ||
Hmm, no, other way around! The App Config docs list #GLFW_USE_GCC but #GLFW_USE_MINGW works correctly! |
| ||
See my post :) http://www.monkeycoder.co.nz/Community/posts.php?topic=5504 |