Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New features : precise multifile compilation and output directory #208

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

Fugius
Copy link

@Fugius Fugius commented May 16, 2018

Added 2 features : An option to choose the output directory (the directory where the executable is generated) and a check button in the options to read the file "compilerInfos" in the project root, this file should have this structure:

files:
  example1.cpp (<- no matter if it is tabulation or spaces)
  example2.c
  ...

this allow user for one project in particular to add some sources he wants to the project and to chose the output directory making the management of "bigger" c/c++ projects easier.

Everything is commented in the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant