F# compiler order of source files

后端 未结 2 1099
没有蜡笔的小新
没有蜡笔的小新 2020-12-11 15:32

As I understand it, when using F#, you have to manually list the source files in dependency order for the compiler\'s benefit (if there is any way around that, please let me

2条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-11 16:07

    No, but the typical way to compile F# (at least on Windows; dunno about Mono) is via MSBuild; the .fsproj project file puts each file as a separate item on a separate line. What build tools are you using?

提交回复
热议问题