On Thu, Dec 23, 2010 at 09:24:46PM +0100, Lluís Batlle i Rossell wrote:
> You can build fossil with any Express (free) edition of Visual Studio (with 
> the
> Visual C compiler). VS2010 Express is just fine.
> It comes with a batch script that will put all its programs in the PATH. It 
> also
> puts an icon in "Programs" to start a CMD shell calling that batch script. 
> From
> that on, you have on PATH:
> cl.exe - the compiler
> link.exe - the linker

I forgot to mention... whether to build in i386 for i386, or in i386 for amd64
(cross build), or in amd64 for amd64, it only depends on what is on the PATH
(and some other environment variables, like the Windows SDK version).
There are batch scripts that place whatever toolchain you need ready to be used
in the PATH.

Regards again,
Lluís.
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to