What is the syntax to set a compiler option in a Dev-C++ 5 .template file? (I would use the template wizard, but File->New->Template is ghosted and I'm not sure why..) Any help would be most appreciated.
Thanks.
-Justin
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
File/New/Template is enabled when you open a project. That project, will be converted into a template.
Which means:
1) Create a new project to use as a template,
2) setup everything right (project options etc),
3) Click File/New/Template and fill in the details...
Yiannis.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
What is the syntax to set a compiler option in a Dev-C++ 5 .template file? (I would use the template wizard, but File->New->Template is ghosted and I'm not sure why..) Any help would be most appreciated.
Thanks.
-Justin
Me again. I guess I had the Compiler= in the wrong place. Figured it out though, sorry for posting. :)
File/New/Template is enabled when you open a project. That project, will be converted into a template.
Which means:
1) Create a new project to use as a template,
2) setup everything right (project options etc),
3) Click File/New/Template and fill in the details...
Yiannis.