1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +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

1
src/StdSchema/FILES Executable file
View File

@@ -0,0 +1 @@
StdSchema_CMPLRS.edl

14
src/StdSchema/StdSchema.cdl Executable file
View File

@@ -0,0 +1,14 @@
-- File: StdSchema.cdl
-- Created: Sep 7 14:00:00 2000
-- Author: TURIN Anatoliy
---Copyright: Matra Datavision 2000
schema StdSchema
is
package PDataXtd;
package PNaming;
package PPrsStd;
end StdSchema;

View File

@@ -0,0 +1,25 @@
-- File: StdSchema_CMPLRS.edl
-- Author: Sergey ZARITCHNY
-- History: Fri Nov 5 15:35:12 1999 Sergey ZARITCHNY Creation
-- Copyright: Matra Datavision 1999
@ifnotdefined ( %StdSchema_CMPLRS_EDL) then
@set %StdSchema_CMPLRS_EDL = "";
--- Insert your stuff Here
--
-- 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;
@endif;