Yep, works for me. One thing that caught me out though is that the gnu assembler treats file extensions differently depending on their case, which can be an issue for windows. Specifically .S and .sx are handled by the preprocessor (macros etc), but .s is not!
On 6 April 2015 at 12:20, Hristo Hristov <[email protected]> wrote: > I added an assembler file to my project on Linux and it compiles and runs > as expected. > On Windows the assembler file appears to be ignored with Visual Studio and > won't link with MinGW. > Does Qbs support assembler files? > > _______________________________________________ > QBS mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/qbs > >
_______________________________________________ QBS mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qbs
