Merge pull request #313 from Blizzard/sln-utf8-fix
Solution files need a '\n\r' after the utf8 marker.
This commit is contained in:
commit
432f6f5e98
@ -40,6 +40,7 @@
|
||||
function sln2005.generate(wks)
|
||||
-- Mark the file as Unicode
|
||||
premake.utf8()
|
||||
premake.outln('')
|
||||
|
||||
sln2005.reorderProjects(wks)
|
||||
|
||||
|
Reference in New Issue
Block a user