Skip to content

Commit

Permalink
Merge pull request boo-lang#87 from KingJiangNet/master
Browse files Browse the repository at this point in the history
Fix generating file version in assembly.
  • Loading branch information
drslump committed Sep 20, 2015
2 parents 81d76b3 + 9f16dbb commit af802d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Boo.Lang.Compiler/Steps/EmitAssembly.cs
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,10 @@ override public void Run()
DefineAssemblyAttributes();
DefineEntryPoint();

// Define the unmanaged version information resource, which
// contains the attribute informaion applied earlier
_asmBuilder.DefineVersionInfoResource();

_moduleBuilder.CreateGlobalFunctions(); //setup global .data
}

Expand Down

0 comments on commit af802d7

Please sign in to comment.