0023657: Fails compilation with WOK after patch 22980
authordbv <dbv@opencascade.com>
Fri, 28 Dec 2012 14:46:36 +0000 (18:46 +0400)
committerdbv <dbv@opencascade.com>
Fri, 28 Dec 2012 14:46:36 +0000 (18:46 +0400)
Key -I added to CSF_TCL_INCLUDE variable

src/Draw/Draw_CMPLRS.edl
src/QABugs/QABugs_CMPLRS.edl
src/QADraw/QADraw_CMPLRS.edl
src/QAViewer2dTest/QAViewer2dTest_CMPLRS.edl
src/Standard/Standard_CMPLRS.edl
src/Viewer2dTest/Viewer2dTest_CMPLRS.edl
src/ViewerTest/ViewerTest_CMPLRS.edl

index 735c86d..eec527d 100755 (executable)
@@ -20,5 +20,5 @@
 @uses "CSF.edl";
 
 ---@string %CMPLRS_CXX_Options += " -I"%CSF_TCL_INCLUDE" -DUSE_TK";
 @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;
index 07a0fb3..187de0f 100755 (executable)
@@ -22,8 +22,8 @@
 @set %QACADCAM_CMPLRS_EDL = "";
 
 @uses "CSF.edl";
 @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;
 
 @endif;
index 6c14231..6e7b53f 100755 (executable)
@@ -22,8 +22,7 @@
 @set %QADraw_CMPLRS_EDL = "";
 
 @uses "CSF.edl";
 @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;
 
 @endif;
index 93ad0e6..5ad5247 100755 (executable)
@@ -20,6 +20,6 @@
 
   @uses "CSF.edl" ;
 
 
   @uses "CSF.edl" ;
 
-  @string %CMPLRS_CXX_Options = " -I"%CSF_TCL_INCLUDE  %CMPLRS_CXX_Options ;
+  @string %CMPLRS_CXX_Options += " " %CSF_TCL_INCLUDE;
 
 @endif;
 
 @endif;
index c29f682..c2f44fb 100755 (executable)
@@ -21,7 +21,7 @@
 @set %Standard_CMPLRS_EDL="";
 
 @if ( %Station != "sun" ) then
 @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;
 @endif;
 
 @endif;
index 942fbfc..a962f5f 100755 (executable)
@@ -20,6 +20,6 @@
 
   @uses "CSF.edl" ;
 
 
   @uses "CSF.edl" ;
 
-  @string %CMPLRS_CXX_Options = " -I"%CSF_TCL_INCLUDE  %CMPLRS_CXX_Options ;
+  @string %CMPLRS_CXX_Options += " " %CSF_TCL_INCLUDE;
 
 @endif;
 
 @endif;
index 8a3a311..232f6a4 100755 (executable)
@@ -21,6 +21,6 @@
 
   @uses "CSF.edl" ;
 
 
   @uses "CSF.edl" ;
 
-  @string %CMPLRS_CXX_Options = " -I"%CSF_TCL_INCLUDE  %CMPLRS_CXX_Options ;
+  @string %CMPLRS_CXX_Options += " " %CSF_TCL_INCLUDE;
 
 @endif;
 
 @endif;