Cleanup
This commit is contained in:
parent
1347a5236e
commit
e475c34e0a
|
@ -60,6 +60,7 @@
|
|||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<PropertyGroup>
|
||||
<PostBuildEvent>copy /Y "$(TargetDir)$(TargetFileName)" "$(TargetDir)..\..\$(TargetFileName)"</PostBuildEvent>
|
||||
<PostBuildEvent>
|
||||
</PostBuildEvent>
|
||||
</PropertyGroup>
|
||||
</Project>
|
Binary file not shown.
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue