易语言5.0静态编译后执行UPX压缩
找到易语言安装目录的tools下文件名为”link.ini”,在最下面加入命令
post_link_action1=易语言安装目录\tools\upx.exe –best –no-color -q $(TARGET)
或者
post_link_action1=$(E_TOOLS)\upx.exe –best –no-color ...
阅读全文