summaryrefslogtreecommitdiff
path: root/xmake/modules/core/tools/link.lua
AgeCommit message (Collapse)Author
2025-10-11improve implibruki
2025-07-03rename copyrightruki
2025-04-23improve implibruki
2025-04-23Add `set_implibdir` to target APIsSineStriker
2025-04-23Fix nil value exception in link proc when target type is package during ↵SineStriker
package testing
2025-04-23Support customizing `implib` path of MinGW/MSVCSineStriker
2024-07-29fix:xiaobfly
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"
2024-01-25improve clang runtimeruki
2023-10-24pass extras to toolsruki
2023-06-29support lib path for add_links #3889ruki
2023-04-25fix strip for arm64ruki
2023-01-04improve link for masm32ruki
2021-06-03Disable -fsanitize=address for MSVC linkerJérôme Leclercq
With MSVC, ASAN is a compile-only option See https://bugzilla.mozilla.org/show_bug.cgi?id=1307547
2021-05-21set binary as default target kindruki
2021-04-09support asan for msvcruki
2021-02-22add manifest ruleruki
2021-02-09improve core/tools and remove os.argsruki
2020-12-24add vs_runtime config and set_runtimes apiruki
2020-12-19update copyright dateruki
2020-09-25fix trailing white-spaceruki
2020-08-15fix path for msvc/2008 on xpruki
2020-07-31strip codes for msvcruki
2020-06-20fix link argsruki
2020-06-20add runenvs for cl/linkruki
2020-05-26add winos.cmdargvruki
2020-03-25improve os.argsruki
2020-03-16fix link errors outputruki
2019-12-19update the copyright dateruki
2019-08-20rewrite vs unicode outputruki
2019-08-17enable vs_unicode_outputruki
2019-08-15add opt.rawargsruki
2019-08-02show full link command for msvc/linkruki
2019-05-23translate path for gcc and clruki
2019-04-13fix headers with ASF to non-ASFruki
2018-12-31modify copyright dateruki
2018-11-13improve compiler toolsruki
2018-11-08add syslinks apiruki
2018-05-21fix cmd length limitruki
2018-05-18improve command argumentsruki
2018-05-17support x86 for wdk ruleruki
2018-04-24add yasmruki
2018-04-20fix generate vs201x project bugruki
2017-12-28update copyright dateruki
2017-09-28fix compile error with space pathruki
2017-08-27update description and indexruki
2017-07-13improve flags for linker and compilerruki
2017-07-13modify all cmd to argv for core.toolsruki
2017-07-04fix symbolfile for vs201x pluginruki
2017-06-21move tools dir to core.tools and improve tool moduleruki