mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
27 lines
512 B
Plaintext
Executable File
27 lines
512 B
Plaintext
Executable File
--
|
|
-- File: Image_CMPLRS.edl
|
|
-- Author: Jean GAUTIER
|
|
-- History: Thu Oct 3 13:12:20 1996 Jean GAUTIER Creation
|
|
-- Copyright: Matra Datavision 1996
|
|
--
|
|
|
|
@ifnotdefined ( %Image_CMPLRS_EDL) then
|
|
@set %Image_CMPLRS_EDL = "";
|
|
|
|
--@uses "Image.edl";
|
|
|
|
@if ( %Station == "sun" ) then
|
|
@endif;
|
|
|
|
@if ( %Station == "sil" ) then
|
|
@endif;
|
|
|
|
@if ( %Station == "ao1" ) then
|
|
@endif;
|
|
|
|
@if ( %Station == "hp" ) then
|
|
@endif;
|
|
|
|
--@string %CMPLRS_CXX_Options = %CMPLRS_CXX_Options " -DSTANDARD_TYPE=TYPE";
|
|
@endif;
|