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:
@@ -44,8 +44,6 @@
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include <tcl.h>
|
||||
|
||||
#include <Draw_PluginMacro.hxx>
|
||||
|
||||
Handle(TColStd_HSequenceOfReal) GetColorOfPixel (const Image_PixMap& theImage,
|
||||
|
Reference in New Issue
Block a user