0023830: BRepExtrema_DistShapeShape does not find intersection of face with edge
[occt.git] / src / Xw / Xw_CMPLRS.edl
1 -- Copyright (c) 1996-1999 Matra Datavision
2 -- Copyright (c) 1999-2012 OPEN CASCADE SAS
3 --
4 -- The content of this file is subject to the Open CASCADE Technology Public
5 -- License Version 6.5 (the "License"). You may not use the content of this file
6 -- except in compliance with the License. Please obtain a copy of the License
7 -- at http://www.opencascade.org and read it completely before using this file.
8 --
9 -- The Initial Developer of the Original Code is Open CASCADE S.A.S., having its
10 -- main offices at: 1, place des Freres Montgolfier, 78280 Guyancourt, France.
11 --
12 -- The Original Code and all software distributed under the License is
13 -- distributed on an "AS IS" basis, without warranty of any kind, and the
14 -- Initial Developer hereby disclaims all such warranties, including without
15 -- limitation, any warranties of merchantability, fitness for a particular
16 -- purpose or non-infringement. Please see the License for the specific terms
17 -- and conditions governing the rights and limitations under the License.
18
19 @ifnotdefined ( %Xw_CMPLRS_EDL) then
20   @set %Xw_CMPLRS_EDL = "";
21
22   @uses "CSF.edl";
23
24 -- Use GLX or Cocoa
25 @ifnotdefined ( %MACOSX_USE_GLX ) then
26   @set %MACOSX_USE_GLX = "${MACOSX_USE_GLX}";
27 @endif;
28
29   @if ( %Station == "wnt" || (%Station == "mac" && %MACOSX_USE_GLX != "true")) then
30     -- Pas de compile sur WNT
31     @set %WOKUMake_Steps = "src";
32   @endif;
33
34   @string %CMPLRS_CXX_Options = %CMPLRS_CXX_Options " -DITYPE_REF ";
35 --  @string %CMPLRS_C_Options   = %CMPLRS_C_Options   " -DHAVE_X11_EXTENSIONS_MULTIBUF_H ";
36
37   @if ( %Station == "sun" ) then
38     @string %CMPLRS_C_Options   += %CSF_X11_INCLUDE " -DHAVE_X11_EXTENSIONS_TRANSOLV_H  -DHAVE_X11_EXTENSIONS_MULTIBUF_H " ;
39     @string %CMPLRS_CXX_Options += %CSF_X11_INCLUDE " -DHAVE_X11_EXTENSIONS_TRANSOLV_H  -DHAVE_X11_EXTENSIONS_MULTIBUF_H " ;
40   @endif;
41
42   @if ( %Station == "sil" ) then
43     @string %CMPLRS_C_Options = %CMPLRS_C_Options " -ansi ";
44     @string %CMPLRS_C_Options   += " -DHAVE_X11_EXTENSIONS_READDISPLAY_H ";
45     @string %CMPLRS_CXX_Options += " -DHAVE_X11_EXTENSIONS_READDISPLAY_H ";
46   @endif;
47
48   @if ( %Station == "ao1" ) then
49     @string %CMPLRS_C_Options = %CMPLRS_C_Options " -std1";
50   @endif;
51
52   @if ( %Station == "hp" ) then
53     @string %CMPLRS_C_Options   = %CSF_X11_INCLUDE " " %CSF_XMU_INCLUDE %CMPLRS_C_Options ;
54     @string %CMPLRS_C_Options   = %CMPLRS_C_Options " -Ac";
55     @string %CMPLRS_CXX_Options = %CSF_X11_INCLUDE " " %CSF_XMU_INCLUDE %CMPLRS_CXX_Options ;
56
57   @endif;
58
59   @string %CMPLRS_C_Options = %CMPLRS_C_Options " -DXW";
60   --@string %CMPLRS_C_Options = %CMPLRS_C_Options " -DXW -DTRACE";
61   @string %CMPLRS_CXX_Options = %CMPLRS_CXX_Options " -DXW";
62   --@string %CMPLRS_CXX_Options = %CMPLRS_CXX_Options " -DXW -DTRACE";
63
64 @endif;