0024786: Move functionality of WOK command wgenproj to OCCT tool genproj
authorski <ski@opencascade.com>
Wed, 9 Jul 2014 09:37:07 +0000 (13:37 +0400)
committerabv <abv@opencascade.com>
Thu, 16 Jul 2015 14:22:33 +0000 (17:22 +0300)
commit910970abb8b8790fb582cf229e022591858d47db
tree5c02e4834f0e3e4dd966ffa3d62b690e3d71bb4d
parentfa0cbe55114b944ff6409b9e2f00bb82d4332151
0024786: Move functionality of WOK command wgenproj to OCCT tool genproj

WOK scripts used in generation of MSVC projects are put to adm/genproj.tcl
Batch script genproj.bat added, replacing 'wgenproj' command of WOK.

WOK tool for configuring custom.bat is also copied; it is called by genproj if custom.bat does not exist

Environment variable SHORTCUT_HEADERS can be defined in custom.bat to have headers put in inc just shortcuts to actual headers, instead of copies.
Corresponding option "copy OCCT short-cut headers instead of original one to inc folder" is added to genconf dialog
36 files changed:
.gitignore
CMakeLists.txt
adm/CMPLRS [new file with mode: 0644]
adm/genconf.tcl [new file with mode: 0644]
adm/genconfdeps.tcl [new file with mode: 0644]
adm/genproj.tcl [new file with mode: 0644]
adm/templates/acinclude.m4 [new file with mode: 0644]
adm/templates/codeblocks.sh [new file with mode: 0644]
adm/templates/draw.bat
adm/templates/draw.sh
adm/templates/env.bat [new file with mode: 0644]
adm/templates/env.sh [new file with mode: 0644]
adm/templates/msvc.bat [new file with mode: 0644]
adm/templates/template.ac [new file with mode: 0644]
adm/templates/template.mam [new file with mode: 0644]
adm/templates/template.mamx [new file with mode: 0644]
adm/templates/template.plist [new file with mode: 0644]
adm/templates/template.vc10 [new file with mode: 0644]
adm/templates/template.vc10x [new file with mode: 0644]
adm/templates/template.vc11 [new file with mode: 0644]
adm/templates/template.vc11x [new file with mode: 0644]
adm/templates/template.vc12 [new file with mode: 0644]
adm/templates/template.vc12x [new file with mode: 0644]
adm/templates/template.vc7 [new file with mode: 0644]
adm/templates/template.vc7x [new file with mode: 0644]
adm/templates/template.vc8 [new file with mode: 0644]
adm/templates/template.vc8x [new file with mode: 0644]
adm/templates/template.vc9 [new file with mode: 0644]
adm/templates/template.vc9x [new file with mode: 0644]
adm/templates/template.xcscheme [new file with mode: 0644]
adm/templates/template_dll.rc [new file with mode: 0644]
adm/templates/vcproj.user.vc9x [new file with mode: 0644]
adm/templates/vcxproj.user.vc10x [new file with mode: 0644]
adm/templates/vcxproj.user.vc11x [new file with mode: 0644]
adm/templates/vcxproj.user.vc12x [new file with mode: 0644]
genproj.bat [new file with mode: 0644]