This commit is contained in:
jeffman 2017-04-08 15:09:53 -04:00
parent 1347a5236e
commit e475c34e0a
3 changed files with 2 additions and 2 deletions

View File

@ -60,6 +60,7 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>copy /Y "$(TargetDir)$(TargetFileName)" "$(TargetDir)..\..\$(TargetFileName)"</PostBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>

View File

@ -43,7 +43,6 @@ namespace Amalgamator
var functionSymbols = new Dictionary<string, int>();
var undefinedSymbols = new HashSet<string>();
var linkerScript = new StringBuilder();
//var compiledAsm = new StringBuilder();
foreach (string codeFile in options.CodeFiles)
{