<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xmake.git/xmake/modules/core/tools/link.lua, branch bundle</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=bundle</id>
<link rel='self' href='http://cgit.235523.xyz/xmake.git/atom/xmake/modules/core/tools/link.lua?h=bundle'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/'/>
<updated>2024-07-29T02:08:14Z</updated>
<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>
<entry>
<title>fix strip for arm64</title>
<updated>2023-04-25T14:33:54Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2023-04-25T14:33:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=cba6838a760e25a8c372ce5e547cd6691eb9ef61'/>
<id>urn:sha1:cba6838a760e25a8c372ce5e547cd6691eb9ef61</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improve link for masm32</title>
<updated>2023-01-04T15:01:41Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2023-01-04T15:01:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=0ec969792ddf1e9b964c2744f146b53e63f79910'/>
<id>urn:sha1:0ec969792ddf1e9b964c2744f146b53e63f79910</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Disable -fsanitize=address for MSVC linker</title>
<updated>2021-06-03T13:14:02Z</updated>
<author>
<name>Jérôme Leclercq</name>
<email>lynix680@gmail.com</email>
</author>
<published>2021-06-03T13:14:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=0ebe34dad5252af54d8b42459beec718d692064c'/>
<id>urn:sha1:0ebe34dad5252af54d8b42459beec718d692064c</id>
<content type='text'>
With MSVC, ASAN is a compile-only option
See https://bugzilla.mozilla.org/show_bug.cgi?id=1307547</content>
</entry>
<entry>
<title>set binary as default target kind</title>
<updated>2021-05-21T15:38:00Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2021-05-21T15:38:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=81b6bcf17837db9771ba3781dd63e90ce6af2d65'/>
<id>urn:sha1:81b6bcf17837db9771ba3781dd63e90ce6af2d65</id>
<content type='text'>
</content>
</entry>
<entry>
<title>support asan for msvc</title>
<updated>2021-04-09T14:49:23Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2021-04-09T14:49:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=5c902d66cfe395f051be1500fc00f7883cdc0a9f'/>
<id>urn:sha1:5c902d66cfe395f051be1500fc00f7883cdc0a9f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add manifest rule</title>
<updated>2021-02-22T14:38:54Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2021-02-22T14:38:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=3a579c246f983da7a91bc870a8395a6227ac93c7'/>
<id>urn:sha1:3a579c246f983da7a91bc870a8395a6227ac93c7</id>
<content type='text'>
</content>
</entry>
</feed>
