Frege / frege-gradle-plugin

Gradle plugin for compiling Frege projects
BSD 3-Clause "New" or "Revised" License
25 stars 10 forks source link

look how to expose the -fp flag #2

Open Dierk opened 9 years ago

Dierk commented 9 years ago

cmp https://github.com/Frege/frege/wiki/Compiler-Manpage

Dierk commented 9 years ago

this may turn out to be a superfluous option in the gradle case since one would supply any foreign path as a compile dependency and then it would end up in the classpath of the compiler...

Ingo60 commented 9 years ago

I would think so, yes.

This option is practical for tools that call the compiler multipel times with different classpaths, like for example IDEs.