Mailing List Archive

win32 x64 build patch
This patch adds an x64 target to the Windows build. (socket code in
this build is not guaranteed to work due to casting the 64-bit SOCKET
type to a 32-bit int, I will send a separate patch to address this).
Re: win32 x64 build patch [ In reply to ]
On Sun, 01 Aug 2010 13:21:10 +0100
Mark Weaver <mark-clist@npsl.co.uk> wrote:

> This patch adds an x64 target to the Windows build. (socket code in
> this build is not guaranteed to work due to casting the 64-bit SOCKET
> type to a 32-bit int, I will send a separate patch to address this).

Hi Mark,

There already is an x64 target for the Windows build.
libclamav.vcxproj has this:
<PropertyGroup
Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label="Configuration"> <PropertyGroup
Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"
Label="Configuration"> <PropertyGroup
Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"
Label="Configuration"> <PropertyGroup
Condition="'$(Configuration)|$(Platform)'=='Release|x64'"
Label="Configuration">

Make sure you are using the git version, there are many changes there.
(using VC10 instead of VC9 for example).

Best regards,
--Edwin
_______________________________________________
http://lurker.clamav.net/list/clamav-devel.html
Please submit your patches to our Bugzilla: http://bugs.clamav.net