why vc_custom?

15 views
Skip to first unread message

Richard

unread,
Nov 24, 2009, 6:44:59 PM11/24/09
to wx-u...@googlegroups.com
Why do all the DLLs and import libraries have "_vc_custom" in their
name on MSW when you build them using the workspace?
--
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
<http://legalizeadulthood.wordpress.com/the-direct3d-graphics-pipeline/>

Legalize Adulthood! <http://legalizeadulthood.wordpress.com>

Vadim Zeitlin

unread,
Nov 24, 2009, 9:16:55 PM11/24/09
to wx-u...@googlegroups.com
On Tue, 24 Nov 2009 16:44:59 -0700 Richard <lega...@xmission.com> wrote:

R> Why do all the DLLs and import libraries have "_vc_custom" in their
R> name on MSW when you build them using the workspace?

"vc" is the compiler prefix and is used to allow putting DLLs built with
e.g. gcc or Borland in the same directory. As for "custom", this is the
default "vendor" string which is only supposed to be empty for the official
binaries (which we don't currently have...). You can change it on nmake
command line when using makefiles but you need to regenerate the projects
with bakefile using -DCUSTOM="whatever" if you use them for building.

Regards,
VZ

--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/

Reply all
Reply to author
Forward
0 new messages