nektra / Deviare-InProc

Deviare In Process Instrumentation Engine
http://nektra.com/products/deviare-api-hook-windows/deviare-in-process/
Other
328 stars 83 forks source link

build.bat issue #18

Closed ghost closed 7 years ago

ghost commented 7 years ago

Build.bat doesn't include rules for building vs 2017.

Helios-vmg commented 7 years ago

If I remember correctly, since VS2017 vcvarsall.bat is no longer available. To build from the command line, just start the Visual Studio command prompt and run devenv "NktHookLib_2017.sln" /rebuild "<configuration>" configuration may be, for example, "Release|x64".