1
0
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:
bugmaster
2011-03-16 07:30:28 +00:00
committed by bugmaster
parent 4903637061
commit 7fd59977df
16375 changed files with 3882564 additions and 0 deletions

2
src/ShapeSchema/FILES Executable file
View File

@@ -0,0 +1,2 @@
ShapeSchema_CMPLRS.edl
FILES

28
src/ShapeSchema/ShapeSchema.cdl Executable file
View 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;

View 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;