Skip to content

New features : precise multifile compilation and output directory#208

Open
Fugius wants to merge 9 commits intokriscross07:masterfrom
Fugius:newFeatures
Open

New features : precise multifile compilation and output directory#208
Fugius wants to merge 9 commits intokriscross07:masterfrom
Fugius:newFeatures

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.

Fugius added 9 commits May 16, 2018 04:16
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
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