Build with -dip1000. Fix #85

This commit is contained in:
2019-04-15 06:42:57 +02:00
parent 9814e5ad8e
commit f66935f40d
12 changed files with 24 additions and 17 deletions

View File

@ -53,7 +53,6 @@
{
"name": "unittest",
"versions": ["TanyaPhobos"],
"dflags": ["-dip25"],
"importPaths": [
"./source",
"./tests"
@ -80,6 +79,8 @@
}
],
"dflags": ["-dip1000"],
"libs-windows": ["advapi32"],
"libs-windows-x86_mscoff": ["iphlpapi"],
"libs-windows-x86_64": ["iphlpapi"]