0
|
1 # default ini file for TCGenerator
|
|
2
|
|
3 # TDC include dir (e.g. \g23m\condat\ms\tdcinc)
|
|
4 tdcincdir \g23m\condat\ms\tdcinc
|
|
5
|
|
6 # TDC include library (e.g. \g23m\condat\ms\tdclib\tdcinc.lib)
|
|
7 tdcinclib \g23m\condat\ms\tdclib\tdcinc.lib
|
|
8
|
|
9 # TDC library (e.g. \GPF\LIB\win32\tdc.lib)
|
|
10 tdclib \GPF\LIB\win32\tdc.lib
|
|
11
|
|
12 # Use PCON (0|1)
|
|
13 pcon 0
|
|
14
|
|
15 # Use parameterized TDC constructors (0|1)
|
|
16 param_constr 0
|
|
17
|
|
18 # Level up to which parameterized structs shall be used
|
|
19 param_level 1
|
|
20
|
|
21 # Level up to which new lines after each parameter in
|
|
22 # parameterized structs will be generated (0..param_level)
|
|
23 param_nl 1
|
|
24
|
|
25 # Rules file
|
|
26 rules tcgen_rules.xml
|