[Developers] Issue 62 in admb-project: Use standard filenames for tpl2cpp and tpl2rem.

codesite-noreply at google.com codesite-noreply at google.com
Tue May 5 17:10:05 PDT 2009


Status: Accepted
Owner: jnancheta
Labels: Type-Enhancement Priority-Medium Milestone-Milestone3

New issue 62 by jnancheta: Use standard filenames for tpl2cpp and tpl2rem.
http://code.google.com/p/admb-project/issues/detail?id=62

tpl2cpp:
flex < tpl2cpp-mod22.lex
sed -f tpl2cpp-mod22.sed > tpl2cpp.c
gcc tpl2cpp.c -o tpl2cpp


tpl2rem:
flex < tpl2rem-mod11.lex
sed -f tpl2rem-mod11.sed > tpl2rem.c
gcc tpl2rem.c -o tpl2rem

Note:
Best to remove -DUX option and use either predefined windows or unix macro.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


More information about the Developers mailing list