
30 Jun
2005
30 Jun
'05
5:06 p.m.
David Abrahams wrote:
"Jonathan Turkanis" writes:
Could someone tell me how to enable export for Intel on Windows, and how to specify the location of the template implementations?
Normally the EDG options are hidden behind -Qoption, so maybe:
-Qoption,c,--export
and
-Qoption,c,--template_directory
Thanks. -Qoption,c,--export takes care of part of the problem. Now icl doesn't complain about unrecognized options or about sytax errors involving "export." But it doesn't generate ".et" files, and isn't able find the template implementations. Also, -Qoption,c,--template_directory isn't recongized, but this shouldn't matter for simple cases when everything is in one directory. Jonathan