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

_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
xml@gnome.org
https://mail.gnome.org/mailman/listinfo/xml

Reply via email to