Switches the Windows gcc compiler for setup.exe and run.exe from mingw-w64 to tdm-gcc in order to not have run.exe reported by Symantec Norton AntiVirus as Suspicious.SillyFDC/http://securityresponse.symantec.com/security_response/writeup.jsp?docid=2010-020500-5848-99.

cusax-fix
Lyubomir Marinov 16 years ago
parent ab01d9680e
commit dca00ee6cf

@ -429,7 +429,7 @@
<property name="windows.download.link" value="${link.download.windows32}"/>
<property name="windows.package.name" value="${package.name}-${sip-communicator.version}-x86.exe"/>
<property name="windows.arch" value="32"/>
<property name="mingw.home" value="C:/mingw-w64/mingw-w32" />
<property name="mingw.home" value="C:/mingw/x86" />
<antcall target="build-installation-wix-base" />
</target>
@ -443,7 +443,7 @@
<property name="windows.download.link" value="${link.download.windows64}"/>
<property name="windows.package.name" value="${package.name}-${sip-communicator.version}-x64.exe"/>
<property name="windows.arch" value="64"/>
<property name="mingw.home" value="C:/mingw-w64/mingw-w64" />
<property name="mingw.home" value="C:/mingw/x64" />
<antcall target="build-installation-wix-base" />
</target>

Loading…
Cancel
Save