Warning, /sdk/cutehmi/doc/dev/doc-1.solved.mingw32.bug.txt is written in an unsupported language. File is not indexed.

0001 Problem:
0002 
0003 On Windows Findutils find (version 4.4.2) provided with mingw32 is buggy. It
0004 won't properly change working directory within `execdir` command, when searching
0005 for `doc\Doxyfile` and `external\Doxyfile` files. Because of that generated
0006 documentation will be missing those directories.
0007 
0008 
0009 Investigation:
0010 
0011 Newer versions of find work as expected.
0012 
0013 
0014 Solution:
0015 
0016 One can replace mingw32 find with more recent version if one needs these
0017 directories to be generated on Windows. Path to find program can be overriden
0018 with `Makefile.user` file.
0019 
0020 Anyways mingw32 is becoming obsolete and switching to mingw64 is desired.
0021