Nikola Sprljan

Results 3 comments of Nikola Sprljan

Forgot to mention that this breaks any builds having for instance this: configuration { "Win32*" } files { "win32/*.cpp" } As it adds those win32 files to the win64 config...

Thanks for replying. Yes, indeed, `filter "platforms:Win32"` would have helped, but I have a bunch of old premake projects with `configuration "Win32"` that would be difficult to change, and the...

> I suspect the problem is that we are automagically treating `Win32` as an architecture under the hood, while `Win64` is just a configuration label, and this is confusing `configuration()`...