Hi,
When setting build configurations in Glider, the external libraries are copied first to the build folder then the main library/project is copied. Hence, for example, if there is a ‘vars.lua’ file in the external library and a ‘vars.lua’ in the main library/project the file from the external library is copied first into the build folder and then it will be overwritten by the file with same name from the main library/project.
I would like to control the order of copying files into the build folder. In my case, reverse the above order and have the external libraries copied last into the build order and, therefore, files in the external folder would overwrite conflicting files. How can i achieve that?
I tried tinkering with ‘GliderProperties.proj’ but that didn’t work (or i didn’t know how to do it). Is there a way?
Thanks.
UPDATE: I know there is a ‘Include Before’ and ‘Include After’ options when adding libraries to the build configuration. But they seem to only control the order of copying the individual external libraries. In my case, i want the whole external library/libraries to be copied AFTER the main library/project.