ruki il y a 2 ans
Parent
commit
2e842280c0

+ 5 - 0
mirror/about/who_is_using_xmake.html

@@ -209,6 +209,11 @@
 <td style="text-align:left">C语言实现的NES模拟器 GitHub地址: <a href="https://github.com/Dozingfiretruck">https://github.com/Dozingfiretruck</a>     Gitee地址: <a href="https://gitee.com/Dozingfiretruck/nes">https://gitee.com/Dozingfiretruck/nes</a></td>
 <td style="text-align:left">xmake 可以使你极其方便的部署C/C++构建,节省大量时间从而将精力放在代码编写上而非项目构建上</td>
 </tr>
+<tr>
+<td style="text-align:left"><a href="https://github.com/WSSDude">WSSDude</a></td>
+<td style="text-align:left"><a href="https://github.com/WSSDude/HitmanAudioTool">Hitman Audio Tool</a></td>
+<td style="text-align:left">Very easy to use build system with what I believe is currently the best package management integrated within. Definitely plan to include it in my other future projects (both personal and public). Using it since 2020 and counting.</td>
+</tr>
 </tbody>
 </table>
 </article>

+ 6 - 4
mirror/plugin/plugin_development.html

@@ -134,14 +134,16 @@ task("hello")
             }
 </code></pre>
 <p>The file tree of this plugin:</p>
-<pre><code>hello
- - xmake.lua
-
+<pre><code>plugins
+|-- hello
+|  |-- xmake.lua
+|...
+| notice no xmake.lua in plugins directory
 </code></pre><p>Now one of the most simple plugin finished, how was it to be xmake detected it, there are three ways:</p>
 <ol>
 <li>Put this plugin directory into xmake/plugins the source codes as the builtin plugin.</li>
 <li>Put this plugin directory into ~/.xmake/plugins as the global user plugin.</li>
-<li>Put this plugin directory to anywhere and call <code>add_plugindirs("./hello")</code> in xmake.lua as the local project plugin.</li>
+<li>Put this plugin directory (hello) to the <code>./plugins</code> directory of the current project and call <code>add_plugindirs("plugins")</code> in xmake.lua as the local project plugin.</li>
 </ol>
 <h2 id="runplugin">Run Plugin</h2>
 <p>Next we run this plugin</p>

+ 6 - 4
mirror/zh-cn/plugin/plugin_development.html

@@ -135,14 +135,16 @@ task("hello")
             } 
 </code></pre>
 <p>这个插件的文件结构如下:</p>
-<pre><code>hello
- - xmake.lua
-
+<pre><code>plugins
+|-- hello
+|  |-- xmake.lua
+|...
+| plugins目录下无需xmake.lua
 </code></pre><p>现在一个最简单的插件写完了,那怎么让它被xmake检测到呢,有三种方式:</p>
 <ol>
 <li>把 hello 这个文件夹放置在 xmake的插件安装目录 <code>xmake/plugins</code>,这个里面都是些内建的插件</li>
 <li>把 hello 文件夹放置在 <code>~/.xmake/plugins</code> 用户全局目录,这样对当前xmake 全局生效</li>
-<li>把 hello 文件夹放置在任意地方,通过在工程描述文件xmake.lua中调用<code>add_plugindirs("./hello")</code> 添加当前的工程的插件搜索目录,这样只对当前工程生效</li>
+<li>把 hello 文件夹放置在当前工程的<code>./plugins</code>目录下,通过在工程描述文件xmake.lua中调用<code>add_plugindirs("plugins")</code> 添加当前的工程的插件搜索目录,这样只对当前工程生效</li>
 </ol>
 <h2 id="">运行插件</h2>
 <p>接下来,我们尝试运行下这个插件:</p>

+ 102 - 102
sitemap.xml

@@ -12,512 +12,512 @@
 
 <url>
   <loc>https://xmake.io/mirror/guide/project_examples.html</loc>
-  <lastmod>2023-04-04T17:08:53+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/quickstart.html</loc>
-  <lastmod>2023-04-04T17:08:53+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/faq.html</loc>
-  <lastmod>2023-04-04T17:08:53+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/build_policies.html</loc>
-  <lastmod>2023-04-04T17:08:54+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/configuration.html</loc>
-  <lastmod>2023-04-04T17:08:54+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/syntax_description.html</loc>
-  <lastmod>2023-04-04T17:08:54+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/installation.html</loc>
-  <lastmod>2023-04-04T17:08:54+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/features/remote_build.html</loc>
-  <lastmod>2023-04-04T17:08:54+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/features/unity_build.html</loc>
-  <lastmod>2023-04-04T17:08:55+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/features/distcc_build.html</loc>
-  <lastmod>2023-04-04T17:08:55+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/features/trybuild.html</loc>
-  <lastmod>2023-04-04T17:08:55+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/features/autogen.html</loc>
-  <lastmod>2023-04-04T17:08:55+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/features/build_cache.html</loc>
-  <lastmod>2023-04-04T17:08:55+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/plugin/plugin_development.html</loc>
-  <lastmod>2023-04-04T17:08:55+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/plugin/more_plugins.html</loc>
-  <lastmod>2023-04-04T17:08:56+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/plugin/builtin_plugins.html</loc>
-  <lastmod>2023-04-04T17:08:56+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/awesome.html</loc>
-  <lastmod>2023-04-04T17:08:56+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/technical_support.html</loc>
-  <lastmod>2023-04-04T17:08:56+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/changelog.html</loc>
-  <lastmod>2023-04-04T17:08:56+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/contact.html</loc>
-  <lastmod>2023-04-04T17:08:56+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/introduction.html</loc>
-  <lastmod>2023-04-04T17:08:57+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/who_is_using_xmake.html</loc>
-  <lastmod>2023-04-04T17:08:57+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/sponsor.html</loc>
-  <lastmod>2023-04-04T17:08:57+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/index.html</loc>
-  <lastmod>2023-04-04T17:08:57+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/project_examples.html</loc>
-  <lastmod>2023-04-04T17:08:57+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/quickstart.html</loc>
-  <lastmod>2023-04-04T17:08:58+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/faq.html</loc>
-  <lastmod>2023-04-04T17:08:58+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/build_policies.html</loc>
-  <lastmod>2023-04-04T17:08:58+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/configuration.html</loc>
-  <lastmod>2023-04-04T17:08:58+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/syntax_description.html</loc>
-  <lastmod>2023-04-04T17:08:58+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/installation.html</loc>
-  <lastmod>2023-04-04T17:08:59+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/features/remote_build.html</loc>
-  <lastmod>2023-04-04T17:08:59+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/features/unity_build.html</loc>
-  <lastmod>2023-04-04T17:08:59+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/features/distcc_build.html</loc>
-  <lastmod>2023-04-04T17:08:59+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/features/trybuild.html</loc>
-  <lastmod>2023-04-04T17:08:59+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/features/autogen.html</loc>
-  <lastmod>2023-04-04T17:08:59+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/features/build_cache.html</loc>
-  <lastmod>2023-04-04T17:09:00+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/plugin/plugin_development.html</loc>
-  <lastmod>2023-04-04T17:09:00+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/plugin/more_plugins.html</loc>
-  <lastmod>2023-04-04T17:09:00+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/plugin/builtin_plugins.html</loc>
-  <lastmod>2023-04-04T17:09:00+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/awesome.html</loc>
-  <lastmod>2023-04-04T17:09:00+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/technical_support.html</loc>
-  <lastmod>2023-04-04T17:09:01+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/changelog.html</loc>
-  <lastmod>2023-04-04T17:09:01+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/contact.html</loc>
-  <lastmod>2023-04-04T17:09:01+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/peripheral_items.html</loc>
-  <lastmod>2023-04-04T17:09:01+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/introduction.html</loc>
-  <lastmod>2023-04-04T17:09:01+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/who_is_using_xmake.html</loc>
-  <lastmod>2023-04-04T17:09:02+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/sponsor.html</loc>
-  <lastmod>2023-04-04T17:09:02+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/course.html</loc>
-  <lastmod>2023-04-04T17:09:02+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2023-04-04T17:09:02+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2023-04-04T17:09:02+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/specification.html</loc>
-  <lastmod>2023-04-04T17:09:03+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/builtin_variables.html</loc>
-  <lastmod>2023-04-04T17:09:03+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/conditions.html</loc>
-  <lastmod>2023-04-04T17:09:03+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/custom_rule.html</loc>
-  <lastmod>2023-04-04T17:09:03+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/target_instance.html</loc>
-  <lastmod>2023-04-04T17:09:03+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/project_target.html</loc>
-  <lastmod>2023-04-04T17:09:04+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/builtin_modules.html</loc>
-  <lastmod>2023-04-04T17:09:04+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/custom_toolchain.html</loc>
-  <lastmod>2023-04-04T17:09:04+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/plugin_task.html</loc>
-  <lastmod>2023-04-04T17:09:04+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/package_dependencies.html</loc>
-  <lastmod>2023-04-04T17:09:04+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/configuration_option.html</loc>
-  <lastmod>2023-04-04T17:09:05+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/extension_modules.html</loc>
-  <lastmod>2023-04-04T17:09:05+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/helper_interfaces.html</loc>
-  <lastmod>2023-04-04T17:09:05+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/global_interfaces.html</loc>
-  <lastmod>2023-04-04T17:09:06+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/package_instance.html</loc>
-  <lastmod>2023-04-04T17:09:06+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/option_instance.html</loc>
-  <lastmod>2023-04-04T17:09:06+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/theme/builtin_themes.html</loc>
-  <lastmod>2023-04-04T17:09:06+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/theme/switch_theme.html</loc>
-  <lastmod>2023-04-04T17:09:06+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/local_3rd_source_library.html</loc>
-  <lastmod>2023-04-04T17:09:07+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/local_package_old.html</loc>
-  <lastmod>2023-04-04T17:09:07+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/local_package.html</loc>
-  <lastmod>2023-04-04T17:09:07+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/system_package.html</loc>
-  <lastmod>2023-04-04T17:09:07+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/remote_package.html</loc>
-  <lastmod>2023-04-04T17:09:08+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/toolchain/remote_toolchain.html</loc>
-  <lastmod>2023-04-04T17:09:08+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/toolchain/builtin_toolchains.html</loc>
-  <lastmod>2023-04-04T17:09:08+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2023-04-04T17:09:08+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/specification.html</loc>
-  <lastmod>2023-04-04T17:09:08+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/builtin_variables.html</loc>
-  <lastmod>2023-04-04T17:09:09+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/conditions.html</loc>
-  <lastmod>2023-04-04T17:09:09+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/custom_rule.html</loc>
-  <lastmod>2023-04-04T17:09:09+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/target_instance.html</loc>
-  <lastmod>2023-04-04T17:09:09+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/project_target.html</loc>
-  <lastmod>2023-04-04T17:09:09+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/builtin_modules.html</loc>
-  <lastmod>2023-04-04T17:09:10+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/custom_toolchain.html</loc>
-  <lastmod>2023-04-04T17:09:10+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/plugin_task.html</loc>
-  <lastmod>2023-04-04T17:09:10+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/package_dependencies.html</loc>
-  <lastmod>2023-04-04T17:09:10+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/configuration_option.html</loc>
-  <lastmod>2023-04-04T17:09:10+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/extension_modules.html</loc>
-  <lastmod>2023-04-04T17:09:11+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/helper_interfaces.html</loc>
-  <lastmod>2023-04-04T17:09:11+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/global_interfaces.html</loc>
-  <lastmod>2023-04-04T17:09:11+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/package_instance.html</loc>
-  <lastmod>2023-04-04T17:09:11+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/option_instance.html</loc>
-  <lastmod>2023-04-04T17:09:11+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/theme/builtin_themes.html</loc>
-  <lastmod>2023-04-04T17:09:11+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/theme/switch_theme.html</loc>
-  <lastmod>2023-04-04T17:09:12+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/local_3rd_source_library.html</loc>
-  <lastmod>2023-04-04T17:09:12+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/local_package_old.html</loc>
-  <lastmod>2023-04-04T17:09:12+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/local_package.html</loc>
-  <lastmod>2023-04-04T17:09:12+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/system_package.html</loc>
-  <lastmod>2023-04-04T17:09:12+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/remote_package.html</loc>
-  <lastmod>2023-04-04T17:09:13+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/toolchain/remote_toolchain.html</loc>
-  <lastmod>2023-04-04T17:09:13+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/toolchain/builtin_toolchains.html</loc>
-  <lastmod>2023-04-04T17:09:13+08:00</lastmod>
+  <lastmod>2023-04-07T21:19:32+08:00</lastmod>
 </url>
 
 </urlset>