Version 8.31
Building a bot on Windows with the following structure works and is necessary to load files in subfolders
RAWDATA/BOTNAME/
RAWDATA/BOTNAME/SUBFOLDER1/
RAWDATA/BOTNAME/SUBFOLDER2/
Building the same bot on Linux throws errors because the first line already loads all subfolders, so the subsequent lines cause the subfolders to be compiled twice.
Result: All macros and topics contained in sub-folders are compiled twice on Linux. If the build file is changed to include only the parent folder, the subfolders no longer build on Windows.