mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
Integration of OCCT 6.5.0 from SVN
This commit is contained in:
2
src/ShapeSchema/FILES
Executable file
2
src/ShapeSchema/FILES
Executable file
@@ -0,0 +1,2 @@
|
||||
ShapeSchema_CMPLRS.edl
|
||||
FILES
|
28
src/ShapeSchema/ShapeSchema.cdl
Executable file
28
src/ShapeSchema/ShapeSchema.cdl
Executable file
@@ -0,0 +1,28 @@
|
||||
-- File: MiniSchema.cdl
|
||||
-- Created: Fri Jul 5 16:55:54 1996
|
||||
-- Author: Design
|
||||
-- <design@gazon.paris1.matra-dtv.fr>
|
||||
---Copyright: Matra Datavision 1996
|
||||
|
||||
schema ShapeSchema
|
||||
|
||||
is
|
||||
|
||||
|
||||
---Category: inheritage and persistence basic tools
|
||||
|
||||
package ObjMgt;
|
||||
|
||||
package PTopLoc;
|
||||
package PColgp;
|
||||
package PGeom2d;
|
||||
package PGeom;
|
||||
package PColPGeom;
|
||||
package PColPGeom2d;
|
||||
package PPoly;
|
||||
package PTopoDS;
|
||||
package PBRep;
|
||||
|
||||
package PCDMShape; -- class Document from PCDM.
|
||||
|
||||
end ShapeSchema;
|
21
src/ShapeSchema/ShapeSchema_CMPLRS.edl
Executable file
21
src/ShapeSchema/ShapeSchema_CMPLRS.edl
Executable file
@@ -0,0 +1,21 @@
|
||||
-- File: CMPLRS.edl
|
||||
-- Author: Jean GAUTIER
|
||||
-- History: Mon Feb 19 12:04:00 1996 Jean GAUTIER Creation
|
||||
-- Copyright: Matra Datavision 1996
|
||||
|
||||
|
||||
--
|
||||
-- Templates HP-UX
|
||||
--
|
||||
@if ( %Station == "hp" ) then
|
||||
|
||||
@string %CMPLRS_CXX_Options = %CMPLRS_CXX_Options " -w ";
|
||||
--- POP suivant directive POP : @string %CMPLRS_CXX_Options = %CMPLRS_CXX_Options " -w +a1 ";
|
||||
--
|
||||
-- FSA : +O2 est trop consomateur de swap pour l'instant.
|
||||
|
||||
@set %ModeOpt = "+O1";
|
||||
|
||||
@endif;
|
||||
|
||||
|
Reference in New Issue
Block a user