FreeCalypso > hg > tcs211-l1-reconst
view gpf/cfg/tcgen.ini.default @ 254:19debb9e9934
l1audio_async.c: passes compilation, but the link fails
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Mon, 13 Mar 2017 01:29:34 +0000 |
| parents | 509db1a7b7b8 |
| children |
line wrap: on
line source
# default ini file for TCGenerator # TDC include dir (e.g. \g23m\condat\ms\tdcinc) tdcincdir \g23m\condat\ms\tdcinc # TDC include library (e.g. \g23m\condat\ms\tdclib\tdcinc.lib) tdcinclib \g23m\condat\ms\tdclib\tdcinc.lib # TDC library (e.g. \GPF\LIB\win32\tdc.lib) tdclib \GPF\LIB\win32\tdc.lib # Use PCON (0|1) pcon 0 # Use parameterized TDC constructors (0|1) param_constr 0 # Level up to which parameterized structs shall be used param_level 1 # Level up to which new lines after each parameter in # parameterized structs will be generated (0..param_level) param_nl 1 # Rules file rules tcgen_rules.xml
