Great IDE, simple but complex, help me a lot
I made a virtual build target and check to contain two targets. This targets use different compilers, one for win 32 bits and other for 64 bits.
When I build this targets individual works, but when I try to build the virtual target, fail with
module machine type 'x64' conflicts with target machine type 'X86'I think it doesn't take into account the individual settings for the compiler and build virtual with one.
Can I fix that?