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:
1
src/StdSchema/FILES
Executable file
1
src/StdSchema/FILES
Executable file
@@ -0,0 +1 @@
|
||||
StdSchema_CMPLRS.edl
|
14
src/StdSchema/StdSchema.cdl
Executable file
14
src/StdSchema/StdSchema.cdl
Executable 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;
|
||||
|
25
src/StdSchema/StdSchema_CMPLRS.edl
Executable file
25
src/StdSchema/StdSchema_CMPLRS.edl
Executable 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;
|
Reference in New Issue
Block a user