Rename bug in POCC and or POLIB?

Started by Werner, February 20, 2021, 10:01:38 AM

Previous topic - Next topic

Werner

If I build a static library in a directory called "fo_test", the output is named "fo_test.lib". So far, so good.

But neither attaching "/Fo other_name" to CCFLAGS nor attaching "/OUT:other_name" helps:

The first alternative--with prefix "/" or "-" and added with/without space/quotes--has no effect.
The second alternative just yields an error.

What do I not understand?