Merge pull request #313 from Blizzard/sln-utf8-fix

Solution files need a '\n\r' after the utf8 marker.
This commit is contained in:
starkos 2015-10-19 16:31:48 -04:00
commit 432f6f5e98

View File

@ -40,6 +40,7 @@
function sln2005.generate(wks)
-- Mark the file as Unicode
premake.utf8()
premake.outln('')
sln2005.reorderProjects(wks)