Closed seancorfield closed 9 years ago
Add vector of source files that should be compiled in order out of all files found. Should be relatively to one of the source paths.
Logic should extrapolate the vector across the source paths and then pull out matching files in order so that they are passed to Frege in order.
Match on the tail of file paths. Make it not sensitive to OS separators.
And add Frege code examples that demonstrate that!
No longer needed since Frege 3.22.324 compiler has -make option.
-make
Add vector of source files that should be compiled in order out of all files found. Should be relatively to one of the source paths.
Logic should extrapolate the vector across the source paths and then pull out matching files in order so that they are passed to Frege in order.
Match on the tail of file paths. Make it not sensitive to OS separators.