1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-19 13:40:49 +03:00

0024316: Make building with different versions of Tcl easier

On Windows with MSVC Tcl library is linked using #pragma statement instead of using project properties, to allow easy switch between Tcl versions. In gendoc.bat, tclsh.exe is called instead of tclsh86.exe, to avoid dependency on hard-coded Tcl version.

Tcl-dependent code (unused functions) removed from QABugs package.
This commit is contained in:
abv
2013-11-05 09:48:27 +04:00
parent 821edd22a9
commit 6a0964c23e
9 changed files with 29 additions and 401 deletions

View File

@@ -44,8 +44,6 @@
# include <unistd.h>
#endif
#include <tcl.h>
#include <Draw_PluginMacro.hxx>
Handle(TColStd_HSequenceOfReal) GetColorOfPixel (const Image_PixMap& theImage,