Building Tools Generation

 

Building tools can be generated only with WOK.

 

Attention: the projects can be generated by WOK under Windows platform only.

  1. Launch WOK session and go to workbench

  2. source [woklocate -p WOKTclLib:source:osutils.tcl]

  3. source [woklocate -p WOKTclLib:source:OS.tcl]

  4. OS -box

  5. OS:MKPRC <results dir> <{MODULES}> <{OSBIT}> <{VCVERSIONS}>

Sample:

Generation of VC projects in /usr/OCCT6.5.2/adm for all OCCT components in 32 and 64 bitmode for VC++ 2005, 2008 and 2010

OS:MKPRC /usr/OCCT6.5.2/adm {win32 win64} {vc8 vc9 vc10}

Generation of VC projects in /usr/OCCT6.5.2/adm for FoundationClasses module in 32 bit mode for VC++ 2005

OS:MKPRC /usr/OCCT6.5.2/adm {FoundationClasses}  {win32} {vc8}