Re: Building apr/trunk for Windows

2021-11-30 Thread Mladen Turk
Here is what I'm using ... Drop this on top of apr/1.7.x branch https://github.com/mturk/aprw/tree/main/apr/1.7.x Open Visual Studio command prompt in that directory > nmake ... Done Also one can try > nmake check ... Running Test suite Simple and effective On 30/11/2021 22:18, Mladen Turk

apr/trunk netware and os2

2021-11-30 Thread Mladen Turk
BTW did anyone was able to compile trunk on netware or os2 There are bunch of those NWGNUmakefiles and netware subdirs According to Wikipedia NetWare was discontinued in 2009 and OS/2 in 2001, so if anyone can explain why we have those in trunk/apr-2 (that will be hopefully released one day).

Re: Building apr/trunk for Windows

2021-11-30 Thread Mladen Turk
Finally ... ** ** Visual Studio 2019 Developer Command Prompt v16.11.7 ** Copyright (c) 2021 Microsoft Corporation ** [vcvarsall.bat] Environment initialized

Building apr/trunk for Windows

2021-11-30 Thread Mladen Turk
Fighting with that for almost a week ... Makefile.win apr.dsp apr.dsw libapr.dsp Also a simple search for *.dsp gives 17 additional matches Eg. nmake -f Makefile.win 'msdev' is not recognized as an internal or external command, operable program or batch file. Sure, since msdev.exe was part