Menu

#317 Storing the 'Makefile' tab settings in project templates

open
nobody
None
5
2012-09-26
2004-10-12
Anonymous
No

I would like to be able to store the 'Project Options|
Makefile' settings in a project template. Reference to the
custom makefile and the makefile itself, or references to .
mak files and the files themselves, should be stored as
part of a template.

The need for this feature occured when configuring a
project to use GCC 3.4+ precompiled headers. I made a
simple makefile addon to maintain the precompiled
header:

all-before: precomp.h.gch

precomp.h.gch: precomp.h
$(CPP) -c $(CXXFLAGS) precomp.h -o precomp.h.gch

This worked perfectly so I wanted to templatize it but
discovered that 'Project Options|Makefile' settings are
not stored in project templates.

TIA,
Szczepan Holyszewski
rulatir@wp.pl

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.