0027237: genproj file does not take into account any arguments
authorabv <abv@opencascade.com>
Mon, 14 Mar 2016 14:45:32 +0000 (17:45 +0300)
committerabv <abv@opencascade.com>
Tue, 15 Mar 2016 09:23:35 +0000 (12:23 +0300)
commit944d808cd012dc17986409f6d843a60d349310ef
tree9b7e4d1d11163527a9ba14b0ea0be759de2a9c3d
parent978ca537d519e6c164369587bd336b194088bab8
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.
README.txt
adm/genconf.tcl
adm/genproj.tcl
adm/templates/codeblocks.bat
dox/dev_guides/building/code_blocks.md
dox/dev_guides/building/xcode.md
genproj
genproj.bat