diff options
Diffstat (limited to 'xmake')
| -rw-r--r-- | xmake/core/base/option.lua | 4 | ||||
| -rw-r--r-- | xmake/modules/core/tools/rc.lua | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/xmake/core/base/option.lua b/xmake/core/base/option.lua index b4f09f43c..ff969bcae 100644 --- a/xmake/core/base/option.lua +++ b/xmake/core/base/option.lua @@ -840,8 +840,8 @@ function option.show_logo() -- define footer local footer = [[ - ${point_right} ${bright}Manual${clear}: ${underline}http://xmake.io/#/home${clear} - ${pray} ${bright}Donate${clear}: ${underline}http://xmake.io/pages/donation.html#donate${clear} + ${point_right} ${bright}Manual${clear}: ${underline}https://xmake.io/#/home${clear} + ${pray} ${bright}Donate${clear}: ${underline}https://xmake.io/pages/donation.html#donate${clear} ]] -- show footer diff --git a/xmake/modules/core/tools/rc.lua b/xmake/modules/core/tools/rc.lua index 4ff7a2faa..1ffcf2294 100644 --- a/xmake/modules/core/tools/rc.lua +++ b/xmake/modules/core/tools/rc.lua @@ -29,9 +29,6 @@ import("core.project.project") -- init it function init(self) - -- init mrcflags - _g.mrcflags = {"-nologo"} - -- init buildmodes _g.buildmodes = { |
