/ lib / zmq / utils / compiler.json
compiler.json
 1  {
 2    "libraries": [
 3      "libzmq-v141-mt-4_3_4",
 4      "ws2_32",
 5      "iphlpapi",
 6      "advapi32"
 7    ],
 8    "include_dirs": [
 9      "D:\\a\\pyzmq\\pyzmq\\libzmq-dll",
10      "zmq\\utils"
11    ],
12    "library_dirs": [
13      "D:\\a\\pyzmq\\pyzmq\\libzmq-dll"
14    ],
15    "runtime_library_dirs": [],
16    "extra_link_args": [],
17    "define_macros": [
18      [
19        "WINVER",
20        "0x0601"
21      ],
22      [
23        "_WIN32_WINNT",
24        "0x0601"
25      ]
26    ]
27  }