forked from dotnet/fsharp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.lst
More file actions
4 lines (3 loc) · 827 Bytes
/
env.lst
File metadata and controls
4 lines (3 loc) · 827 Bytes
1
2
3
4
# C# can consume an F# assembly that exposes a type with a method that returns a System.Numeric.BigInteger
NoMT SOURCE=provider.fs POSTCMD="\$CSC_PIPE /r:provider.dll /r:System.Numerics.dll consumer.cs && consumer.exe" SCFLAGS=-a # consumer.fs (Desktop)
NoMT SOURCE=parse_tests.fs SCFLAGS="--standalone -g -a" POSTCMD="\$CSC_PIPE /debug+ /r:parse_tests.dll /r:System.Numerics.dll parse_oracle.cs && parse_oracle.exe" # parse_tests.fs (Desktop)