DiscussionsIssue archiveOCCT:Configuration

Archived issue #0027237

genproj file does not take into account any arguments

Open CASCADEOCCT:Configurationclosed7 public notes

Search issues

Description

genproj file does not take into account any arguments but after usage get description:
usage: genproj [ -target=<TARGET> ] [ -path=<PATH> ]

    PATH:
      path to the project

    TARGET:
      vc8 - Visual Studio 2005
      vc9 - Visual Studio 2008
      vc10 - Visual Studio 2010
      vc11 - Visual Studio 2012
      vc12 - Visual Studio 2013
      vc14 - Visual Studio 2015
      cbp - CodeBlocks
      xcd - XCode

Steps to reproduce

genproj

Public activity

7 archived notes

Participants are labeled by their role within this record.

01Commenter 1
Branch [archived branch] has been created by Participant.

[revision removed]


Detailed log of new commits:

Author: abv
Date: Mon Mar 14 17:45:32 2016 +0300

    0027237: genproj file does not take into account any arguments
    
    Arguments of genproj tool are revised:
    * -path option eliminated (current directory is always used);
    * IDE should be always indicated by first argument (instead of -target=<ide> option);
    * second argument can be used to specify non-default platform (wnt, mac, lin, ios, qnx);
    * option -h, -help, --help can be used to get help
    * option -static can be used to build static libs with XCode
    
    README.txt and docs on building are updated.
    codeblocks.bat is corrected to be able to detect 32-bit installation of Code::Blocks on 64-bit Windows.
    Remains of support of OpenCL (obsolete) are commented out in genconf.tcl
02Commenter 2
Fix pushed to CR23237 (note that this branch also includes several other fixes made over current master, prepared for OCCT 7.0); please review
03Commenter 1
Branch [archived branch] has been created by Participant.

[revision removed]


Detailed log of new commits:

Author: abv
Date: Mon Mar 14 17:45:32 2016 +0300

    0027237: genproj file does not take into account any arguments
    
    Arguments of genproj tool are revised:
    * -path option eliminated (current directory is always used);
    * IDE should be always indicated by first argument (instead of -target=<ide> option);
    * second argument can be used to specify non-default platform (wnt, mac, lin, ios, qnx);
    * option -h, -help, --help can be used to get help
    * option -static can be used to build static libs with XCode
    
    README.txt and docs on building are updated.
    codeblocks.bat is corrected to be able to detect 32-bit installation of Code::Blocks on 64-bit Windows.
    Remains of support of OpenCL (obsolete) are commented out in genconf.tcl
    genproj.tcl will not copy env.bat if it already exists.
04Commenter 4
Please use branch CR27237_1 in OCCT Git, and CR27237 in Products Git
05Author
Fix has been tested on Windows, Linux and MacOS platform.
Behavior is correct
06Commenter 1
Branch [archived branch] has been deleted by Participant.

[revision removed]
07Commenter 1
Branch [archived branch] has been deleted by Participant.

[revision removed]