aboutsummaryrefslogtreecommitdiff
path: root/dev/build/windows/ReadMe.txt
AgeCommit message (Collapse)Author
2021-01-04[win] remove old scripts, we now use the platform onesEnrico Tassi
2020-06-02Move CoqIDE to its own folderMaxime Dénès
The will make it possible to put a VsCoq toplevel in `ide/vscoq`.
2019-05-23Fixing typos - Part 3JPR
2019-05-21Fixing typos - Part 1JPR
2018-12-25[windows] Cleanup cruft from `dev/build/windows`Emilio Jesus Gallego Arias
The amount of cruft we are carrying there is high enough as to even difficult navigation. More cleanup should be performed, but this is a first step.
2018-03-02build: win: support for addonsEnrico Tassi
2017-12-10[build] Remove coqmktop in favor of ocamlfind.Emilio Jesus Gallego Arias
We remove coqmktop in favor of a couple of simple makefile rules using ocamlfind. In order to do that, we introduce a new top-level file that calls the coqtop main entry. This is very convenient in order to use other builds systems such as `ocamlbuild` or `jbuilder`. An additional consideration is that we must perform a side-effect on init depending on whether we have an OCaml toplevel available [byte] or not. We do that by using two different object files, one for the bytecode version other for the native one, but we may want to review our choice. We also perform some smaller cleanups taking profit from ocamlfind.
2017-06-26Fixes bug #5561,#5562 in Windows build systemMichael Soegtrop
2016-11-10Add Michael Soegtrop's new script to build windows installer.Maxime Dénès