I was working for few month on linux with code::blocks, got a big project with a lot of libs.
Now back on windows, the project open and I can compile, I setuped GCC with latest version, I use MinGW & cygwin.
My problem is some library on linux don't use the same name on windows, for example GLEW on linux vs GLEW32 on windows even if its a 64 bits app.
This is one of my problem, so I cannot specify different lib for a platform, is they are way to do this in my project?
Anyway thankyou in advance for any help!