• 大小: 239KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-28
  • 语言: 其他
  • 标签: DLL合并  

资源简介

ILMerge 这个工具能把多个DLL合并成一个DLL。 开发打包方便多了。 多个DLL合并成一个DLL,把DLL合并到Exe中的解决方案 多个DLL合并成一个DLL,把DLL合并到Exe中的解决方案 开始-》运行 -》 "cmd" -> "cd C:\Program Files\Microsoft\ILMerge" 3:) 3.1、合并file1.dll、file2.dll到destination.dll    ILmerge /ndebug /target:dll /out:C:\destination.dll /log C:\file1.dll C:\file2.dll 注: 1:) 其中 "/out:C:\destination.dll" 为合并后的 dll目录及名称 2:) "C:\file1.dll C:\file2.dll " 为要合并的名称 3.2、合并file1.dll、file2.dll以及myApp.exe到newApp.exe ILmerge /ndebug /target:winexe /out:C:\newApp.exe /log C:\myapp.exe C:\file1.dll C:\file2.dll 注:    1:) 合并为exe时,myapp.exe 必须写在file1.dll、file2.dll 前面

资源截图

代码片段和文件信息

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      21493  2011-05-02 21:38  ILMerge2\ILMerge License.rtf

     文件      91136  2010-08-31 15:22  ILMerge2\ILMerge.doc

     文件     771072  2011-05-02 21:38  ILMerge2\ILMerge.exe

     文件        837  2011-07-26 16:11  ILMerge2\多个DLL合并成一个DLL.txt

     目录          0  2013-05-09 15:06  ILMerge2

----------- ---------  ---------- -----  ----

               884538                    5


评论

共有 条评论

相关资源