blob: 3f71ad3ce36ac81b144bde06192613fc60be6df6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--
-- File: Aspect_CMPLRS.edl
-- Author: Stephane Callegari
-- History: 17 avril 1997 Stephane Callegari Creation
-- 03-06-98 BGN: (S3553) portage MFT sur NT.
-- Copyright: Matra Datavision 1997
--
@ifnotdefined ( %Aspect_CMPLRS_EDL) then
@set %Aspect_CMPLRS_EDL = "";
@if ( %Station == "wnt" ) then
--- @set %CModeOpt = "-Zi -O2 -DNDEBUG -G5 -Oi";
@string %CMPLRS_CXX_Options = %CMPLRS_CXX_Options " -D_AFXDLL ";
@endif;
@endif;
|