0027237: genproj file does not take into account any arguments
[occt.git] / dox / dev_guides / building / code_blocks.md
index 571382a..a370c09 100644 (file)
@@ -6,7 +6,7 @@ Building with Code::Blocks {#occt_dev_guides__building_code_blocks}
 @section build_codeblocks_intro General
 
 This file describes steps to build OCCT libraries from sources using **Code::Blocks**, a cross-platform IDE, using project files generated by OCCT legacy tool **genproj**.
-It can be an alternative to use of CMake build system (see @ref occt_dev_guides__building_cmake) for all supported platforms.
+It can be used as an alternative to CMake build system (see @ref occt_dev_guides__building_cmake) for all supported platforms.
 
 @section build_codeblocks_3rdparty Third-party libraries
 
@@ -34,11 +34,11 @@ Click "Save" to store the specified configuration in *custom.sh* or *custom.bat*
   
 @section build_codeblocks_gen Projects generation
 
-Launch **genproj** tool with option *-target=cbp* to update content of *inc* folder and generate project files after changes in OCCT code affecting layout or composition of source files:
+Launch **genproj** tool with option *cbp* to update content of *inc* folder and generate project files after changes in OCCT code affecting layout or composition of source files:
 
 ~~~~~
   $ cd /dev/OCCT/opencascade-7.0.0
-  $ ./genproj.sh -target=cbp
+  $ ./genproj cbp
 ~~~~~
 
 The generated Code::Blocks project are placed into subfolder *adm/<OS>/cbp*.