[build]
target = "x86_64-pc-windows-msvc"
rustflags = [
 "-C", "link-arg=/DEF:{DEF_PATH}",
 #"-C", "target-feature=+crt-static",
 #"-C", "link-arg=/FORCE:MULTIPLE",
]