summaryrefslogtreecommitdiff
path: root/src/GeomLib/GeomLib_CMPLRS.edl
blob: 6c80a1d69090a3a38d44b8111707bc624abdab5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

@ifnotdefined ( %GeomLib_CMPLRS_EDL ) then
@set %GeomLib_CMPLRS_EDL= "";

@if ( %Station == "wnt" ) then 

	@if ( %DebugMode == "False" ) then
	
		@set %ModeOpt = "-Zi -DNDEBUG -DNo_Exception -O1 -G5 ";

	@endif;


@endif;

@endif;