On 8/30/17, Andy Goth <andrew.m.g...@gmail.com> wrote:
>
> Is there a compilation guide that says how exactly the official Windows
> binaries are produced?  I'd like to get that part right if I can.
>

I use this TCL script:

cd c:/users/drh/fossil/m1
exec make -f win/makefile.mingw FOSSIL_ENABLE_SSL=1
OPENSSLDIR=../../openssl-1.0.1t >@stdout 2>@stdout
exec ls -l c:/users/drh/fossil/m1/fossil.exe >@stdout

So the procedure is to do "fossil up $VERSION" in
/users/drh/fossil/m1, then run the script above.  Then I package the
resulting fossil.exe and push it as unversioned content.

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
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