Hi, Currently apr-trunk has three different ways to build on Windows.
1. Visual C++ 6.0 (.dsw/.dsp) 2. NMake (apr.mak/libapr.mak). Generated during tarbal creation. 3. CMake (CMakeLists.txt) I suggest to make CMake the only build system for Windows and remove support for everything else (Visual C++ 6.0 and NMake): * CMake just works. * Modern Visual Studio has native support for building CMake projects. * Visual Studio doesn't have native support for NMake. * vcpkg has native support for CMake * Visual C++ 6.0 is really old * NMake files doesn't support discovery of externals components. * NMake is only available in tarball and cannot be used for development -- Ivan Zhakov
