Browse Source

Cleaned up build script script comment.

Yao Wei Tjong 姚伟忠 12 years ago
parent
commit
ef566d825a
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Source/Extras/CMakeLists.txt
  2. 1 1
      Source/Tools/CMakeLists.txt

+ 1 - 1
Source/Extras/CMakeLists.txt

@@ -27,5 +27,5 @@ project (Urho3D-Extras)
 find_package (Urho3D REQUIRED)
 include_directories (${URHO3D_INCLUDE_DIR})
 
-# Urho3D script host application
+# Urho3D extras
 add_subdirectory (OgreBatchConverter)

+ 1 - 1
Source/Tools/CMakeLists.txt

@@ -49,7 +49,7 @@ if (NOT IOS AND NOT ANDROID AND ENABLE_TOOLS)
     add_subdirectory (ScriptCompiler)
     add_subdirectory (DocConverter)
     
-    # Urho3D Non-OpenGL tools
+    # Urho3D non-OpenGL tools
     if (NOT USE_OPENGL)
         add_subdirectory (ShaderCompiler)
     endif ()