FreeCalypso > hg > tcs211-l1-reconst
comparison gpf/cfg/tcgen.ini.default @ 0:509db1a7b7b8
initial import: leo2moko-r1
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 01 Jun 2015 03:24:05 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:509db1a7b7b8 |
---|---|
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 |