szaghi / FoBiS

FoBiS.py, Fortran projects Building System for poor people
138 stars 35 forks source link

Added command line options to further customize the preprocessor #107

Closed jenssss closed 5 years ago

jenssss commented 5 years ago

I wanted to use the fypp preprocessor, but I couldn't find a mechanism for giving additional arguments to the preprocessor, so I added that. Also, fypp doesn't prepend -o to the output on the command line like PreForM.py does, so I added a switch to disable that behaviour.

szaghi commented 5 years ago

Hi @jenssss

Thank you very much for the patch. It seems that something is going wrong with Travis, I merge you patch now, but probably I'll provide soon a new version for checking/fixing what is gone wrong with Travis.

Cheers