Storing the 'Makefile' tab settings in project templates
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
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