From e1dc455be99a54ad6f91c779be49e8e1f8ba1415 Mon Sep 17 00:00:00 2001 From: Kenshin <1427518212@qq.com> Date: Thu, 14 Sep 2023 22:50:33 +0800 Subject: Update build-install.xml --- doc/user/build-install.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/build-install.xml b/doc/user/build-install.xml index 697f5a2..3f6982c 100644 --- a/doc/user/build-install.xml +++ b/doc/user/build-install.xml @@ -34,7 +34,7 @@ Copyright The SCons Foundation This chapter will take you through the basic steps - of installing &SCons; so you can use it for your your projects. + of installing &SCons; so you can use it for your projects. Before that, however, this chapter will also describe the basic steps involved in installing &Python; on your system, in case that is necessary. -- cgit v0.12 From 871d1fc0f28214875af0b48b3e2e22975e143954 Mon Sep 17 00:00:00 2001 From: LiuYinCarl Date: Thu, 14 Sep 2023 23:03:26 +0800 Subject: simple add header file --- doc/user/simple.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/user/simple.xml b/doc/user/simple.xml index 8582613..f45a162 100644 --- a/doc/user/simple.xml +++ b/doc/user/simple.xml @@ -66,6 +66,8 @@ +#include + int main() { -- cgit v0.12 From be17a0256ff4a422c3b1ee515a833e64fc69e9bd Mon Sep 17 00:00:00 2001 From: LiuYinCarl Date: Fri, 15 Sep 2023 20:26:05 +0800 Subject: fix doc simple.xml parse error --- doc/user/simple.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/simple.xml b/doc/user/simple.xml index f45a162..7f35ee1 100644 --- a/doc/user/simple.xml +++ b/doc/user/simple.xml @@ -66,7 +66,7 @@ -#include +#include <stdio.h> int main() -- cgit v0.12