racket/pkgs/compiler-lib
Matthew Flatt e01a21db0c raco exe: add --embed-dlls for Windows
Creating an executable with embedded DLLs means that the executable
can be truly stand-alone, instead of needing to be kept with its
DLLs in a relative subdirectory.

DLL embedding works by bypassing the OS's LoadLibrary and
GetProcAddress functions, and instead maps the DLL into memory
and performs relocations explicitly. Joachim Bauch's MemoryModule
(Mozilla license) implements those steps.
2018-03-25 16:35:42 -06:00
..
compiler raco exe: add --embed-dlls for Windows 2018-03-25 16:35:42 -06:00
launcher Move to correct directories. 2016-05-27 17:20:35 -04:00
setup raco setup: adjust --clean mode 2017-07-17 14:45:43 -06:00
info.rkt raco setup: adjust --clean mode 2017-07-17 14:45:43 -06:00
LICENSE.txt update copyright year to 2018 2018-01-12 15:44:07 -06:00