blob: 1c299def5d7c6fb8c35cf16b8ba5da3d948526f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
@ifnotdefined(%DBC_WOKSteps_EDL) then
@set %DBC_WOKSteps_EDL = "";
@if ( %DBMS == "OBJS" ) then
@string %WOKSteps_XcppGroup += " xcpp.copy ";
@set %WOKSteps_xcpp_copy = "DBC_Copy(xcpp.header)";
@endif;
@endif;
|