Unforunately, it is not working like this

Don't know why. I must say that I made another compiler set in the "global compiler options". Since my "GNU GCC compiler" did not have libs for wx, I made a copy ("Copy") and then edited it to add all libs needed for a wx App.
I still have my libs but the other -l options (in "other linker options") are auto-detected nor moved.
The line is as follows :
-lstdc++ -lgcc -lodbc32 -lwsock32 -lwinspool -lwinmm -lctl3d32 -lodbc32 -lodbc32 -lwsock32 -lopengl32
It was a "one line". I tried to add carriage return after each opt but it does not change anything :
-lstdc++
-lgcc
-lodbc32
...
even after quit/restarting codeblocks options are still on the right pane
Patrice