Re: [xml] Feature request: Compiler/version tags for MSVC libraries (patch included)
- From: Nick Wellnhofer <wellnhofer aevum de>
- To: xml gnome org
- Subject: Re: [xml] Feature request: Compiler/version tags for MSVC libraries (patch included)
- Date: Fri, 10 Feb 2017 14:58:24 +0100
On 10/02/2017 10:06, Wolfgang Textor wrote:
Example of usage (in Windows batch file):
set XML_TOOLSET=vc140-2.9.4
cscript configure.js <your other options go here>
nmake <your-target>
This will produce libxml2-vc140-2.9.4[.lib|.dll|_a.lib] instead of just libxml2[.lib|.dll|_a.lib]
You can do this already with:
cscript configure.js
nmake XML_BASENAME=libxml2-vc140-2.9.4 XML_DEF=libxml2.def
Nick
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]