aboutsummaryrefslogtreecommitdiff
path: root/dev/nsis
AgeCommit message (Collapse)Author
2019-05-21Fixing typos - Part 1JPR
2018-01-04Normalize Windows installer names.Théo Zimmermann
2017-10-25Put newlines at the end of files.Gaëtan Gilbert
2016-06-03Add license text to the windows installationEnrico Tassi
2016-04-07Use -win32 and -win64 suffixes for installer name on Windows.Maxime Dénès
2015-09-17Fix Windows installer.Guillaume Melquiond
The theories/ directory contains no cmi/cmxs files when native_compute is disabled, so do not try to ship them.
2015-02-05Windows installer cleanupEnrico Tassi
2014-12-30Minor fixes for the win32 installerEnrico Tassi
2014-12-19Win32: fix installerEnrico Tassi
Still unsure about .o file (should they be shipped for the native_compute machinery or .cmxs suffice?)
2014-09-17win32: remove outdated splash screenEnrico Tassi
The official Coq logo does not work as a splash screen. Simplest fix: no splash screen.
2014-09-09Installer for win improvedEnrico Tassi
- checks for paths containing whitespaces - Coqide has syntax highlighting - does not include the ocaml compiler, since it would not work anyway for the purpose of native compile. For that we really need the whole toolchain, including the C linker/assembler. Hence we should just recommend to install the SDK
2014-09-09Installer for win32Enrico Tassi
Not 100% functional, but coqide works. The native compiler is embedded but: - some path mangling problem prevents it from working even when run via cygwin (like in the build process) - CAMLLIB must be exported to ${COQ}\ocaml\lib to have it run (coq should do it). fix