Re: [Openvpn-devel] [PATCH] msvc: cleanup

2022-02-09 Thread Frank Lichtenheld
> David Sommerseth hat am 09.02.2022 15:19 > geschrieben: > > > On 08/02/2022 21:59, Frank Lichtenheld wrote: > > One thing I noticed while building: > > > > FOR /F %i IN ('where rst2html.py') DO python %i > > "c:\OpenVPN\openvpn\/doc/openvpn.8.rst" > > "c:\OpenVPN\openvpn\/doc/openvpn.8.ht

Re: [Openvpn-devel] [PATCH] msvc: cleanup

2022-02-09 Thread David Sommerseth
On 08/02/2022 21:59, Frank Lichtenheld wrote: One thing I noticed while building: FOR /F %i IN ('where rst2html.py') DO python %i "c:\OpenVPN\openvpn\/doc/openvpn.8.rst" "c:\OpenVPN\openvpn\/doc/openvpn.8.html" This is clearly outdated code from before the rst split. But probably not somethin

Re: [Openvpn-devel] [PATCH] msvc: cleanup

2022-02-08 Thread Frank Lichtenheld
> Lev Stipakov hat am 08.02.2022 12:49 geschrieben: > > > From: Lev Stipakov > > Remove unused macros for dependency directories, > since dependencies are handled by vcpkg. > > Remove unused .bat files. > > Reported-by: Frank Lichtenheld Thanks for the quick reaction to my ramblings :)

[Openvpn-devel] [PATCH] msvc: cleanup

2022-02-08 Thread Lev Stipakov
From: Lev Stipakov Remove unused macros for dependency directories, since dependencies are handled by vcpkg. Remove unused .bat files. Reported-by: Frank Lichtenheld Signed-off-by: Lev Stipakov --- Makefile.am | 5 +-- build/msvc/msvc-generate/Makefile.mak | 14 +++