add a toy for someone to try out, regarding inlining and performance and multiple assemblies: a batchfile to run ILMerge and make bizhawk.merged.exe with some fraction of the dll dependencies in one file.
This commit is contained in:
parent
5a36b50f8b
commit
13d4aedb30
Binary file not shown.
|
@ -0,0 +1,2 @@
|
|||
@echo please copy "C:\Windows\Microsoft.NET\Framework\v3.0\WPF\PresentationUI.dll" to this directory. Dunno why.
|
||||
ilmerge /v4 /target:WinExe /out:..\output\EmuHawk.merged.exe ..\output\EmuHawk.exe ..\output\BizHawk.Client.Common.dll ..\output\BizHawk.Common.dll ..\output\BizHawk.Emulation.Common.dll ..\output\BizHawk.Emulation.Cores.dll ..\output\BizHawk.Emulation.DiscSystem.dll "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\PresentationFramework.dll" PresentationUI.dll
|
Loading…
Reference in New Issue