浏览代码

Fix comments in cmake_clean.bat.

Lasse Öörni 12 年之前
父节点
当前提交
44e00ced45
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      cmake_clean.bat

+ 2 - 2
cmake_clean.bat

@@ -22,11 +22,11 @@
 
 @echo off
 
-# Clean all the CMake cache
+:: Clean all the CMake cache
 if exist Build\CMakeCache.txt. del /F Build\CMakeCache.txt
 if exist android-Build\CMakeCache.txt. del /F android-Build\CMakeCache.txt
 if exist Source\Android\CMakeCache.txt. del /F Source\Android\CMakeCache.txt
 
-# For Android build, need to clean the CMakeFiles as well
+:: For Android build, need to clean the CMakeFiles as well
 if exist android-Build\CMakeFiles. rd /S /Q android-Build\CMakeFiles
 if exist Source\Android\CMakeFiles. rd /S /Q Source\Android\CMakeFiles