Changing "xxx_custom.dll" file name on build?
Vadim Zeitlin
vadim at wxwindows.org
Wed Oct 25 10:24:01 PDT 2006
On Thu, 26 Oct 2006 10:41:33 +0930 mark <mark at overclockers.com.au> wrote:
m> My built wx DLLs have "_custom" added on the end of the normal file name.
m> Where can i set this to be something different?
m> Ive done it before on a previous wx build, i just cant remeber where its set.
You don't say how do you build wx so I don't know which answer applies,
but hopefully one of the following does:
1. If you use configure, you need to use --with-flavour=xxx option
2. If you use makefiles (e.g. makefile.vc) you need to set WX_FLAVOUR
in the corresponding config file (e.g. config.vc) or on make command
line
3. If you use project files, you need to either regenerate them running
bakefile with /DWX_FLAVOUR=xxx option or simply edit the project file
with your favourite text editor and globally search and replace
"_custom" with "_xxx"
Regards,
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/
More information about the wx-users
mailing list