aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/make-installer-win32.sh
Commit message (Collapse)AuthorAge
* Use -win32 and -win64 suffixes for installer name on Windows.Gravatar Maxime Dénès2016-04-07
|
* windows build scripts made more accurate in detecting failuresGravatar Enrico Tassi2015-08-17
|
* win: compile with -debugGravatar Enrico Tassi2015-06-29
|
* Minor fixes for the win32 installerGravatar Enrico Tassi2014-12-30
|
* Win32: fix installerGravatar Enrico Tassi2014-12-19
| | | | | Still unsure about .o file (should they be shipped for the native_compute machinery or .cmxs suffice?)
* win32: embed NSIS for plugin writersGravatar Enrico Tassi2014-09-19
|
* win32: use subsystem windows on windows (and not console)Gravatar Enrico Tassi2014-09-17
| | | | This makes the hammer tools/mkwinapp.ml kind of obsolete
* Installer for win32Gravatar Enrico Tassi2014-09-09
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