Przeglądaj źródła

Minor update to remove out dated comment.
[ci skip]

Yao Wei Tjong 姚伟忠 11 lat temu
rodzic
commit
7af594fd7c
1 zmienionych plików z 6 dodań i 6 usunięć
  1. 6 6
      Readme.txt

+ 6 - 6
Readme.txt

@@ -380,12 +380,12 @@ generator.
 Library build
 -------------
 
-As of v1.31 (to be released), the build process first builds the Urho3D library
-target (either static or shared). The library is then linked against by other
-targets like tools and samples that reference Urho3D as one of the external
-libraries. The Urho3D library type is defaulted to static, so the build process
-would generate standalone executables as previous releases. The Urho3D library
-type can be changed using "URHO3D_LIB_TYPE" build option.
+As of v1.31, the build process first builds the Urho3D library target (either
+static or shared). The library is then linked against by other targets like
+tools and samples that reference Urho3D as one of the external libraries. The
+Urho3D library type is defaulted to static, so the build process would generate
+standalone executables as previous releases. The Urho3D library type can be
+changed using "URHO3D_LIB_TYPE" build option.
 
 To install the Urho3D library (or should we call it SDK), use the usual
 'make install' command when using Makefile. There is an equivalent command in