Why is it invalid to generate the target filename when you change the makefile XML_NAME to xml2d?
Solved
3rd Party Software
-
AUTOCONF = .\config.msvc !include $(AUTOCONF) # Names of various input and output components. XML_NAME = xml2 XML_BASENAME = lib$(XML_NAME) XML_SO = $(XML_BASENAME).dll XML_IMP = $(XML_BASENAME).lib XML_DEF = $(XML_BASENAME).def XML_A = $(XML_BASENAME)_a.lib XML_A_DLL = $(XML_BASENAME)_a_dll.lib
-
Hi,
You should give more details about what you are doing, what this is about, what OS you are running, in what way is it related to Qt, etc.