Samuli Seppänen wrote: > converting the OpenVPN build system (on Windows) to depend only on > python, Visual Studio Professional and DDK. The original build > system required bash and various other UNIX tools.
James' mentioned argument for prefering Visual Studio, namely that MinGW may not have all the most recent functions in .h files, is not so good IMO. Since James also seems to prefer working outside Windows I would rather try to make OpenVPN for Windows crosscompileable, both driver and app. libusb-win32 can already compile their driver using MinGW. But maybe that can happen later, any streamlining of builds is a good thing. //Peter