1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-23 01:44:22 +00:00

Also add assembler files to MSVC projects

This commit is contained in:
hogliux 2016-07-25 16:37:29 +01:00
parent 72878309f8
commit 6fdb7e33bc

View file

@ -1665,7 +1665,7 @@ protected:
jassert (path.getRoot() == RelativePath::buildTargetFolder);
if (path.hasFileExtension (cOrCppFileExtensions))
if (path.hasFileExtension (cOrCppFileExtensions) || path.hasFileExtension (asmFileExtensions))
{
XmlElement* e = cpps.createNewChildElement ("ClCompile");
e->setAttribute ("Include", path.toWindowsStyle());