Question

Is it possible to compile an F# program from the command line for a specific architecture, without a project file or using MSBUILD?

Était-ce utile?

La solution

--platform:[x86|Itanium|x64|anycpu]

For example: fsc --platform:x86 ...

See here for the full set of options.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top