Page 1 of 1

build wxWidgets without version in name

Posted: Wed Jul 16, 2008 1:56 pm
by msdobrescu
Hello,

I wish to build wxWidgets with msys/mingw, shared and not monolithic. How do I prevent appending to the name of the resulting dlls and libs the version (i.e. -2.8)? Is there a configure option for that?

Thanks,
Mike

Posted: Wed Jul 16, 2008 11:32 pm
by Auria
Why do you want that?

Posted: Thu Jul 17, 2008 3:34 am
by msdobrescu
Because it is much easier to maintain my projects when a new version is released.

I know it was possible in the past.

Posted: Fri Jul 18, 2008 12:14 am
by Auria
On MSYS, isn't wx-config available? (as i said i don't use it so don't know)

Posted: Fri Jul 18, 2008 5:32 am
by msdobrescu
I use the standard configure as specified in the documentation.