0026467: Configuration, genproj.tcl - restore generation of Code::Blocks and XCode...
authorkgv <kgv@opencascade.com>
Thu, 23 Jul 2015 15:59:20 +0000 (18:59 +0300)
committerbugmaster <bugmaster@opencascade.com>
Wed, 29 Jul 2015 12:18:30 +0000 (15:18 +0300)
commitc7d774c557f6ebcccb1abed2f20d3184ed604f94
tree74fe35319091e3d4ca35678f43e848b2d220c475
parent55e738d2f3cd9913a9134f8cb78ea91f566dead2
0026467: Configuration, genproj.tcl - restore generation of Code::Blocks and XCode project files

Restore XCode generator.
Add missing dependencies to EXTERNLIB.
genproj.tcl - remove OS:mkdir() - duplicate of wokUtils:FILES:mkdir().
genproj.tcl - use osutils:usedOsLibs() for Code::Blocks.
src/OS - remove unused :LinksoWith() and :CompileWith().

adm/CMPLRS - remove unused CSF_ entities.
Remove config.h related code.
Add executable flag to codeblocks.sh and draw.sh scripts.
Setup ARCH variable using $tcl_platform(pointerSize).
wokdep:SearchLib() - use $tcl_platform(os) instead of $tcl_platform(platform)
for checking Linux-specific library paths.
wokdep:SearchFreeType() - fix misprint in ft2build.h header file name.
wokdep:SaveCustom() - export SHORTCUT_HEADERS to "custom.sh" as well, not only to "custom.bat".
19 files changed:
adm/CMPLRS
adm/genconfdeps.tcl
adm/genproj.tcl
adm/templates/codeblocks.sh [changed mode: 0644->0755]
adm/templates/draw.sh [changed mode: 0644->0755]
adm/templates/env.sh
adm/templates/xcode.sh [new file with mode: 0755]
dox/license.md [changed mode: 0644->0755]
genproj.sh [new file with mode: 0755]
src/OS/ApplicationFramework.tcl
src/OS/DataExchange.tcl
src/OS/Draw.tcl
src/OS/FoundationClasses.tcl
src/OS/ModelingAlgorithms.tcl
src/OS/ModelingData.tcl
src/OS/Visualization.tcl
src/TKQADraw/EXTERNLIB
src/TKXDEIGES/EXTERNLIB
src/TKXMesh/EXTERNLIB