set PATH=%PATH%;my\chosen\mingw\bin
mingw32-make blah blah...
If you have no MinGW path in your PATH environment variable, you make sure that direct calls like this
mingw32-make blah blah...
will produce an error ("mingw32-make is not a program"), and thus you're sure that the first command above will use the version of MinGW located under my\chosen\mingw.
Ok I have MinGW installed with CodeBlocks and I have it seperate.
I made sfml like this.
set PATH=%PATH%;C:\MinGW\bin (enter)
mingw32-make (my make files folder)
Everything build fine. But when I go into codeblocks I don't see mingw compiler. I know it uses gcc but which one? there are like 4.. SO I just use gnu-gcc.