<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xmake.git/xmake/modules/core/tools/link.lua, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/xmake.git/atom/xmake/modules/core/tools/link.lua?h=master</id>
<link rel='self' href='http://cgit.235523.xyz/xmake.git/atom/xmake/modules/core/tools/link.lua?h=master'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/'/>
<updated>2025-10-10T16:53:20Z</updated>
<entry>
<title>improve implib</title>
<updated>2025-10-10T16:53:20Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2025-10-10T16:53:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=98a47a1e2d0884adb2cdbe52c3a570b0c0e70022'/>
<id>urn:sha1:98a47a1e2d0884adb2cdbe52c3a570b0c0e70022</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename copyright</title>
<updated>2025-07-03T15:03:12Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2025-07-03T15:03:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=5670477e415e24962c57eac21194c63946ee5e1e'/>
<id>urn:sha1:5670477e415e24962c57eac21194c63946ee5e1e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improve implib</title>
<updated>2025-04-23T03:30:31Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2025-04-23T14:49:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=81c8589d494d42bfc64393955b2d62ae22c90039'/>
<id>urn:sha1:81c8589d494d42bfc64393955b2d62ae22c90039</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add `set_implibdir` to target APIs</title>
<updated>2025-04-23T03:30:30Z</updated>
<author>
<name>SineStriker</name>
<email>55847490+SineStriker@users.noreply.github.com</email>
</author>
<published>2025-04-19T21:07:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=d57cceb19f58b99d5198cea0c32ec306ea22a9fb'/>
<id>urn:sha1:d57cceb19f58b99d5198cea0c32ec306ea22a9fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix nil value exception in link proc when target type is package during package testing</title>
<updated>2025-04-23T03:30:30Z</updated>
<author>
<name>SineStriker</name>
<email>55847490+SineStriker@users.noreply.github.com</email>
</author>
<published>2025-04-18T19:18:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=065761c9a6ac381458850efbd3185628eccd9a2a'/>
<id>urn:sha1:065761c9a6ac381458850efbd3185628eccd9a2a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support customizing `implib` path of MinGW/MSVC</title>
<updated>2025-04-23T03:30:30Z</updated>
<author>
<name>SineStriker</name>
<email>55847490+SineStriker@users.noreply.github.com</email>
</author>
<published>2025-04-18T15:29:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=6551ed38c1250c0c41eada6db14f8601bf3ddb64'/>
<id>urn:sha1:6551ed38c1250c0c41eada6db14f8601bf3ddb64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix:</title>
<updated>2024-07-29T02:08:14Z</updated>
<author>
<name>xiaobfly</name>
<email>xiaobfly@126.com</email>
</author>
<published>2024-07-29T02:08:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=e7950146e3f157909f1bf74f7ab742f0d445503a'/>
<id>urn:sha1:e7950146e3f157909f1bf74f7ab742f0d445503a</id>
<content type='text'>
not append .lib when link .obj file.

for example:

static qt will link these files:

$$[QT_INSTALL_PREFIX]/lib/objects-Debug/Widgets_resources_1/.rcc/qrc_qstyle.cpp.obj
$$[QT_INSTALL_PREFIX]/lib/objects-Debug/Widgets_resources_2/.rcc/qrc_qstyle1.cpp.obj
$$[QT_INSTALL_PREFIX]/lib/objects-Debug/Widgets_resources_3/.rcc/qrc_qmessagebox.cpp.obj
$$[QT_INSTALL_PREFIX]/lib/objects-Debug/Gui_resources_1/.rcc/qrc_qpdf.cpp.obj
$$[QT_INSTALL_PREFIX]/lib/objects-Debug/Gui_resources_2/.rcc/qrc_gui_shaders.cpp.obj

have a link error:

error: LINK fatal error LNK1104: can't open file "$$[QT_INSTALLPREFIX]\Lib\objects-Debug\widgets_resources1\.rcc\qrc_qstyle.cpp.obj.lib"
</content>
</entry>
<entry>
<title>improve clang runtime</title>
<updated>2024-01-25T04:09:58Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2024-01-22T14:33:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=5d2f15a1004be7baaaeb08b2e196ad77c52f9647'/>
<id>urn:sha1:5d2f15a1004be7baaaeb08b2e196ad77c52f9647</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pass extras to tools</title>
<updated>2023-10-24T14:53:05Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2023-10-24T14:53:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=66b43560f7cf25b20ecb78a85dc17fe1f975bb48'/>
<id>urn:sha1:66b43560f7cf25b20ecb78a85dc17fe1f975bb48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>support lib path for add_links #3889</title>
<updated>2023-06-29T14:42:21Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2023-06-29T14:42:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=0898fd246104e549351ecf58007314524825479f'/>
<id>urn:sha1:0898fd246104e549351ecf58007314524825479f</id>
<content type='text'>
</content>
</entry>
</feed>
