mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0022980: Fixed Standard_Atomic.hxx
Standard_Atomic, prefer gcc built-ins rather than WinAPI calls (revert previous change of order) Raise compiler error if no implementation found for atomic operations. Add new draw command for testing this bug Fix for compilation with TBB disabled Adding CSF_TBB_INCLUDES macro in edl files Correction of *.edl files Update of EXTERNLIB files with CSF_TBB Adding EXTERNLIB file
This commit is contained in:
@@ -20,5 +20,5 @@
|
||||
@uses "CSF.edl";
|
||||
|
||||
---@string %CMPLRS_CXX_Options += " -I"%CSF_TCL_INCLUDE" -DUSE_TK";
|
||||
@string %CMPLRS_CXX_Options += " -I"%CSF_TCL_INCLUDE;
|
||||
@string %CMPLRS_CXX_Options += " -I"%CSF_TCL_INCLUDE" -I"%CSF_TBB_INCLUDES ;
|
||||
|
||||
|
@@ -3,4 +3,4 @@ CSF_TclTkLibs
|
||||
CSF_gdi32
|
||||
CSF_advapi32
|
||||
CSF_user32
|
||||
|
||||
CSF_TBB
|
||||
|
Reference in New Issue
Block a user