2
0
ruki 3 жил өмнө
parent
commit
f271c22def

+ 1 - 1
mirror/guide/installation.html

@@ -211,7 +211,7 @@ make build
 </code></pre>
 <h2 id="updateupgrade">Update Upgrade</h2>
 <p>Starting with v2.2.3, the <code>xmake update</code> command has been added to quickly update and upgrade itself. The default is to upgrade to the latest version. Of course, you can also specify to upgrade or roll back to a version:</p>
-<pre><code class="lang-bash">xmake update 2.2.4
+<pre><code class="lang-bash">xmake update 2.7.1
 </code></pre>
 <p>We can also specify an update to the master/dev branch version:</p>
 <pre><code class="lang-bash">xmake update master

+ 9 - 4
mirror/guide/quickstart.html

@@ -127,12 +127,18 @@
 
 </p>
 <h2 id="buildproject">Build Project</h2>
-<pre><code class="lang-bash">$ xmake
+<pre><code class="lang-bash">$ cd hello
+$ xmake
 </code></pre>
 <h2 id="runprogram">Run Program</h2>
 <pre><code class="lang-bash">$ xmake run hello
 </code></pre>
 <h2 id="debugprogram">Debug Program</h2>
+<p>To debug the hello, you need change to the debug mode and build it.</p>
+<pre><code class="lang-bash">$ xmake config -m debug 
+$ xmake
+</code></pre>
+<p>Then run the following command to debug target program.</p>
 <pre><code class="lang-bash">$ xmake run -d hello 
 </code></pre>
 <p>It will start the debugger (.e.g lldb, gdb, windbg, vsjitdebugger, ollydbg ..) to load our program.</p>
@@ -152,9 +158,8 @@ hello`main:
     0x100000f5b <+11>: callq  0x100000f64               ; symbol stub for: puts
 [lldb]$
 </code></pre>
-<p><p class="tip"><br>    You can also use short command option, for example: <code>xmake r</code> or <code>xmake run</code><br></p>
-
-</p>
+<p>To study more debug command, please click the url <a href="https://lldb.llvm.org/use/map.html">GDB to LLDB command map</a></p>
+<p>!> You can also use short command option, for example: <code>xmake r</code> or <code>xmake run</code></p>
 </article>
 </body>
 </html>

+ 1 - 1
mirror/zh-cn/guide/installation.html

@@ -224,7 +224,7 @@ make build
 </code></pre>
 <h2 id="">更新升级</h2>
 <p>从v2.2.3版本开始,新增了<code>xmake update</code>命令,来快速进行自我更新和升级,默认是升级到最新版本,当然也可以指定升级或者回退到某个版本:</p>
-<pre><code class="lang-bash">xmake update 2.2.4
+<pre><code class="lang-bash">xmake update 2.7.1
 </code></pre>
 <p>我们也可以指定更新到master/dev分支版本:</p>
 <pre><code class="lang-bash">xmake update master

+ 10 - 8
mirror/zh-cn/guide/quickstart.html

@@ -117,19 +117,23 @@
 <li>golang</li>
 <li>rust</li>
 </ul>
-<p><p class="tip"><br>    如果你想了解更多参数选项,请运行: <code>xmake create --help</code><br></p>
-
-</p>
+<p>!> 如果你想了解更多参数选项,请运行: <code>xmake create --help</code></p>
 <h2 id="">构建工程</h2>
-<pre><code class="lang-bash">$ xmake
+<pre><code class="lang-bash">$ cd hello
+$ xmake
 </code></pre>
 <h2 id="">运行程序</h2>
 <pre><code class="lang-bash">$ xmake run hello
 </code></pre>
 <h2 id="">调试程序</h2>
+<p>首先你需要切换到 debug 模式去重新编译程序。</p>
+<pre><code class="lang-bash">$ xmake config -m debug 
+$ xmake
+</code></pre>
+<p>然后执行下面的命令去开始调试:</p>
 <pre><code class="lang-bash">$ xmake run -d hello 
 </code></pre>
-<p>xmake将会使用系统自带的调试器去加载程序运行,目前支持:lldb, gdb, windbg, vsjitdebugger, ollydbg 等各种调试器。</p>
+<p>Xmake 将会使用系统自带的调试器去加载程序运行,目前支持:lldb, gdb, windbg, vsjitdebugger, ollydbg 等各种调试器。</p>
 <pre><code class="lang-bash">[lldb]$target create "build/hello"
 Current executable set to &#39;build/hello&#39; (x86_64).
 [lldb]$b main
@@ -146,9 +150,7 @@ hello`main:
     0x100000f5b <+11>: callq  0x100000f64               ; symbol stub for: puts
 [lldb]$
 </code></pre>
-<p><p class="tip"><br>    你也可以使用简写的命令行选项,例如: <code>xmake r</code> 或者 <code>xmake run</code><br></p>
-
-</p>
+<p>!> 你也可以使用简写的命令行选项,例如: <code>xmake r</code> 或者 <code>xmake run</code></p>
 </article>
 </body>
 </html>

+ 100 - 100
sitemap.xml

@@ -12,502 +12,502 @@
 
 <url>
   <loc>https://xmake.io/mirror/guide/project_examples.html</loc>
-  <lastmod>2022-09-06T12:56:40+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/quickstart.html</loc>
-  <lastmod>2022-09-06T12:56:40+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/faq.html</loc>
-  <lastmod>2022-09-06T12:56:40+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/configuration.html</loc>
-  <lastmod>2022-09-06T12:56:40+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/syntax_description.html</loc>
-  <lastmod>2022-09-06T12:56:40+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/installation.html</loc>
-  <lastmod>2022-09-06T12:56:41+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/features/remote_build.html</loc>
-  <lastmod>2022-09-06T12:56:41+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/features/unity_build.html</loc>
-  <lastmod>2022-09-06T12:56:41+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/features/distcc_build.html</loc>
-  <lastmod>2022-09-06T12:56:41+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/features/trybuild.html</loc>
-  <lastmod>2022-09-06T12:56:41+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/features/autogen.html</loc>
-  <lastmod>2022-09-06T12:56:42+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/features/build_cache.html</loc>
-  <lastmod>2022-09-06T12:56:42+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/plugin/plugin_development.html</loc>
-  <lastmod>2022-09-06T12:56:42+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/plugin/more_plugins.html</loc>
-  <lastmod>2022-09-06T12:56:42+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/plugin/builtin_plugins.html</loc>
-  <lastmod>2022-09-06T12:56:42+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/awesome.html</loc>
-  <lastmod>2022-09-06T12:56:43+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/technical_support.html</loc>
-  <lastmod>2022-09-06T12:56:43+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/changelog.html</loc>
-  <lastmod>2022-09-06T12:56:43+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/contact.html</loc>
-  <lastmod>2022-09-06T12:56:43+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/introduction.html</loc>
-  <lastmod>2022-09-06T12:56:44+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/who_is_using_xmake.html</loc>
-  <lastmod>2022-09-06T12:56:44+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/sponsor.html</loc>
-  <lastmod>2022-09-06T12:56:44+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/index.html</loc>
-  <lastmod>2022-09-06T12:56:44+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/project_examples.html</loc>
-  <lastmod>2022-09-06T12:56:44+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/quickstart.html</loc>
-  <lastmod>2022-09-06T12:56:45+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/faq.html</loc>
-  <lastmod>2022-09-06T12:56:45+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/configuration.html</loc>
-  <lastmod>2022-09-06T12:56:45+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/syntax_description.html</loc>
-  <lastmod>2022-09-06T12:56:45+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/installation.html</loc>
-  <lastmod>2022-09-06T12:56:45+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/features/remote_build.html</loc>
-  <lastmod>2022-09-06T12:56:46+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/features/unity_build.html</loc>
-  <lastmod>2022-09-06T12:56:46+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/features/distcc_build.html</loc>
-  <lastmod>2022-09-06T12:56:46+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/features/trybuild.html</loc>
-  <lastmod>2022-09-06T12:56:46+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/features/autogen.html</loc>
-  <lastmod>2022-09-06T12:56:46+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/features/build_cache.html</loc>
-  <lastmod>2022-09-06T12:56:47+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/plugin/plugin_development.html</loc>
-  <lastmod>2022-09-06T12:56:47+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/plugin/more_plugins.html</loc>
-  <lastmod>2022-09-06T12:56:47+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/plugin/builtin_plugins.html</loc>
-  <lastmod>2022-09-06T12:56:47+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/awesome.html</loc>
-  <lastmod>2022-09-06T12:56:47+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/technical_support.html</loc>
-  <lastmod>2022-09-06T12:56:48+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/changelog.html</loc>
-  <lastmod>2022-09-06T12:56:48+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/contact.html</loc>
-  <lastmod>2022-09-06T12:56:48+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/peripheral_items.html</loc>
-  <lastmod>2022-09-06T12:56:48+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/introduction.html</loc>
-  <lastmod>2022-09-06T12:56:49+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/who_is_using_xmake.html</loc>
-  <lastmod>2022-09-06T12:56:49+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/sponsor.html</loc>
-  <lastmod>2022-09-06T12:56:49+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/course.html</loc>
-  <lastmod>2022-09-06T12:56:49+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-09-06T12:56:49+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-09-06T12:56:50+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/specification.html</loc>
-  <lastmod>2022-09-06T12:56:50+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/builtin_variables.html</loc>
-  <lastmod>2022-09-06T12:56:50+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/conditions.html</loc>
-  <lastmod>2022-09-06T12:56:50+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/custom_rule.html</loc>
-  <lastmod>2022-09-06T12:56:50+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/target_instance.html</loc>
-  <lastmod>2022-09-06T12:56:51+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/project_target.html</loc>
-  <lastmod>2022-09-06T12:56:51+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/builtin_modules.html</loc>
-  <lastmod>2022-09-06T12:56:51+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/custom_toolchain.html</loc>
-  <lastmod>2022-09-06T12:56:51+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/plugin_task.html</loc>
-  <lastmod>2022-09-06T12:56:51+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/package_dependencies.html</loc>
-  <lastmod>2022-09-06T12:56:52+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/configuration_option.html</loc>
-  <lastmod>2022-09-06T12:56:52+08:00</lastmod>
+  <lastmod>2022-09-14T22:33:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/extension_modules.html</loc>
-  <lastmod>2022-09-06T12:56:52+08:00</lastmod>
+  <lastmod>2022-09-14T22:34:00+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/helper_interfaces.html</loc>
-  <lastmod>2022-09-06T12:56:52+08:00</lastmod>
+  <lastmod>2022-09-14T22:34:00+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/global_interfaces.html</loc>
-  <lastmod>2022-09-06T12:56:53+08:00</lastmod>
+  <lastmod>2022-09-14T22:34:00+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/package_instance.html</loc>
-  <lastmod>2022-09-06T12:56:53+08:00</lastmod>
+  <lastmod>2022-09-14T22:34:00+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/option_instance.html</loc>
-  <lastmod>2022-09-06T12:56:53+08:00</lastmod>
+  <lastmod>2022-09-14T22:34:00+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/theme/builtin_themes.html</loc>
-  <lastmod>2022-09-06T12:56:53+08:00</lastmod>
+  <lastmod>2022-09-14T22:34:01+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/theme/switch_theme.html</loc>
-  <lastmod>2022-09-06T12:56:53+08:00</lastmod>
+  <lastmod>2022-09-14T22:34:01+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/local_3rd_source_library.html</loc>
-  <lastmod>2022-09-06T12:56:54+08:00</lastmod>
+  <lastmod>2022-09-14T22:34:01+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/local_package_old.html</loc>
-  <lastmod>2022-09-06T12:56:54+08:00</lastmod>
+  <lastmod>2022-09-14T22:34:01+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/local_package.html</loc>
-  <lastmod>2022-09-06T12:56:54+08:00</lastmod>
+  <lastmod>2022-09-14T22:34:01+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/system_package.html</loc>
-  <lastmod>2022-09-06T12:56:54+08:00</lastmod>
+  <lastmod>2022-09-14T22:34:01+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/remote_package.html</loc>
-  <lastmod>2022-09-06T12:56:54+08:00</lastmod>
+  <lastmod>2022-09-14T22:34:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/toolchain/remote_toolchain.html</loc>
-  <lastmod>2022-09-06T12:56:55+08:00</lastmod>
+  <lastmod>2022-09-14T22:34:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/toolchain/builtin_toolchains.html</loc>
-  <lastmod>2022-09-06T12:56:55+08:00</lastmod>
+  <lastmod>2022-09-14T22:34:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-09-06T12:56:55+08:00</lastmod>
+  <lastmod>2022-09-14T22:34:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/specification.html</loc>
-  <lastmod>2022-09-06T12:56:55+08:00</lastmod>
+  <lastmod>2022-09-14T22:34:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/builtin_variables.html</loc>
-  <lastmod>2022-09-06T12:56:55+08:00</lastmod>
+  <lastmod>2022-09-14T22:34:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/conditions.html</loc>
-  <lastmod>2022-09-06T12:56:56+08:00</lastmod>
+  <lastmod>2022-09-14T22:34:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/custom_rule.html</loc>
-  <lastmod>2022-09-06T12:56:56+08:00</lastmod>
+  <lastmod>2022-09-14T22:34:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/target_instance.html</loc>
-  <lastmod>2022-09-06T12:56:56+08:00</lastmod>
+  <lastmod>2022-09-14T22:34:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/project_target.html</loc>
-  <lastmod>2022-09-06T12:56:56+08:00</lastmod>
+  <lastmod>2022-09-14T22:34:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/builtin_modules.html</loc>
-  <lastmod>2022-09-06T12:56:56+08:00</lastmod>
+  <lastmod>2022-09-14T22:34:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/custom_toolchain.html</loc>
-  <lastmod>2022-09-06T12:56:57+08:00</lastmod>
+  <lastmod>2022-09-14T22:34:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/plugin_task.html</loc>
-  <lastmod>2022-09-06T12:56:57+08:00</lastmod>
+  <lastmod>2022-09-14T22:34:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/package_dependencies.html</loc>
-  <lastmod>2022-09-06T12:56:57+08:00</lastmod>
+  <lastmod>2022-09-14T22:34:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/configuration_option.html</loc>
-  <lastmod>2022-09-06T12:56:57+08:00</lastmod>
+  <lastmod>2022-09-14T22:34:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/extension_modules.html</loc>
-  <lastmod>2022-09-06T12:56:57+08:00</lastmod>
+  <lastmod>2022-09-14T22:34:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/helper_interfaces.html</loc>
-  <lastmod>2022-09-06T12:56:58+08:00</lastmod>
+  <lastmod>2022-09-14T22:34:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/global_interfaces.html</loc>
-  <lastmod>2022-09-06T12:56:58+08:00</lastmod>
+  <lastmod>2022-09-14T22:34:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/package_instance.html</loc>
-  <lastmod>2022-09-06T12:56:58+08:00</lastmod>
+  <lastmod>2022-09-14T22:34:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/option_instance.html</loc>
-  <lastmod>2022-09-06T12:56:58+08:00</lastmod>
+  <lastmod>2022-09-14T22:34:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/theme/builtin_themes.html</loc>
-  <lastmod>2022-09-06T12:56:59+08:00</lastmod>
+  <lastmod>2022-09-14T22:34:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/theme/switch_theme.html</loc>
-  <lastmod>2022-09-06T12:56:59+08:00</lastmod>
+  <lastmod>2022-09-14T22:34:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/local_3rd_source_library.html</loc>
-  <lastmod>2022-09-06T12:56:59+08:00</lastmod>
+  <lastmod>2022-09-14T22:34:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/local_package_old.html</loc>
-  <lastmod>2022-09-06T12:56:59+08:00</lastmod>
+  <lastmod>2022-09-14T22:34:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/local_package.html</loc>
-  <lastmod>2022-09-06T12:56:59+08:00</lastmod>
+  <lastmod>2022-09-14T22:34:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/system_package.html</loc>
-  <lastmod>2022-09-06T12:57:00+08:00</lastmod>
+  <lastmod>2022-09-14T22:34:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/remote_package.html</loc>
-  <lastmod>2022-09-06T12:57:00+08:00</lastmod>
+  <lastmod>2022-09-14T22:34:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/toolchain/remote_toolchain.html</loc>
-  <lastmod>2022-09-06T12:57:00+08:00</lastmod>
+  <lastmod>2022-09-14T22:34:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/toolchain/builtin_toolchains.html</loc>
-  <lastmod>2022-09-06T12:57:00+08:00</lastmod>
+  <lastmod>2022-09-14T22:34:07+08:00</lastmod>
 </url>
 
 </urlset>