> 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
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
> 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 :)
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 +++