Changing "xxx_custom.dll" file name on build?
Vaclav Slavik
vslavik at fastmail.fm
Wed Oct 25 11:10:09 PDT 2006
Vadim Zeitlin wrote:
> 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"
That should be VENDOR and not WX_FLAVOUR above. You can get rid of the
suffix completely by using --enable-official-build or setting
OFFICIAL_BUILD=1 instead to completely disable use of $(VENDOR), but
it's better to use custom VENDOR string to avoid conflicts between
different DLLs.
Vaclav
--
PGP key: 0x465264C9, available from http://pgp.mit.edu/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.wxwidgets.org/pipermail/wx-users/attachments/20061025/ade882ed/attachment.pgp
More information about the wx-users
mailing list