1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00

0023657: Fails compilation with WOK after patch 22980

Key -I added to CSF_TCL_INCLUDE variable
This commit is contained in:
dbv 2012-12-28 18:46:36 +04:00
parent 6c8856a08f
commit a6cfe9b29c
7 changed files with 11 additions and 12 deletions

View File

@ -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" -I"%CSF_TBB_INCLUDES ;
@string %CMPLRS_CXX_Options += " " %CSF_TCL_INCLUDE;
@string %CMPLRS_CXX_Options += " " %CSF_TBB_INCLUDES;

View File

@ -22,8 +22,8 @@
@set %QACADCAM_CMPLRS_EDL = "";
@uses "CSF.edl";
@ifdefined( %CSF_TCL_INCLUDE ) then
@string %CMPLRS_CXX_Options = " -I"%CSF_TCL_INCLUDE" -I"%CSF_TBB_INCLUDES %CMPLRS_CXX_Options ;
@endif;
@string %CMPLRS_CXX_Options += " " %CSF_TCL_INCLUDE;
@string %CMPLRS_CXX_Options += " " %CSF_TBB_INCLUDES;
@endif;

View File

@ -22,8 +22,7 @@
@set %QADraw_CMPLRS_EDL = "";
@uses "CSF.edl";
@ifdefined( %CSF_TCL_INCLUDE ) then
@string %CMPLRS_CXX_Options = " -I"%CSF_TCL_INCLUDE %CMPLRS_CXX_Options ;
@endif;
@string %CMPLRS_CXX_Options += " " %CSF_TCL_INCLUDE;
@endif;

View File

@ -20,6 +20,6 @@
@uses "CSF.edl" ;
@string %CMPLRS_CXX_Options = " -I"%CSF_TCL_INCLUDE %CMPLRS_CXX_Options ;
@string %CMPLRS_CXX_Options += " " %CSF_TCL_INCLUDE;
@endif;

View File

@ -21,7 +21,7 @@
@set %Standard_CMPLRS_EDL="";
@if ( %Station != "sun" ) then
@string %CMPLRS_CXX_INCLUDE = " -I"%CMPLRS_CXX_INCLUDE" -I"%CSF_TBB_INCLUDES ;
@string %CMPLRS_CXX_INCLUDE += " " %CSF_TBB_INCLUDES;
@endif;
@endif;

View File

@ -20,6 +20,6 @@
@uses "CSF.edl" ;
@string %CMPLRS_CXX_Options = " -I"%CSF_TCL_INCLUDE %CMPLRS_CXX_Options ;
@string %CMPLRS_CXX_Options += " " %CSF_TCL_INCLUDE;
@endif;

View File

@ -21,6 +21,6 @@
@uses "CSF.edl" ;
@string %CMPLRS_CXX_Options = " -I"%CSF_TCL_INCLUDE %CMPLRS_CXX_Options ;
@string %CMPLRS_CXX_Options += " " %CSF_TCL_INCLUDE;
@endif;