Ability to set output path for exe and obj files in template
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
I always forgot to set my output dir for my exe and
object files when creating a new project from a
template. I tried to add this information to the
template file so I wouldn't have to remeber, but it was
ignored. Finally I looked in the could and made a very
minimal change to templates.pas (2 lines) to be able to
explicity state what dir you would like your project's
obj and exe file to be created.
Fix to templates.pas that allows obj and exe output dirs to be set in a template
Logged In: YES
user_id=1075270
I am adding the diff of templates.pas
Diff of Templates.pas
Logged In: YES
user_id=25510
applied