racket/pkgs/compiler-lib/compiler
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
..
commands raco exe: add --embed-dlls for Windows 2018-03-25 16:35:42 -06:00
demodularizer switch to a new, Racket-implemented expander & module system 2018-02-26 13:19:53 -07:00
private switch to a new, Racket-implemented expander & module system 2018-02-26 13:19:53 -07:00
bundle-dist.rkt Move to correct directories. 2016-05-27 17:20:35 -04:00
compiler-unit.rkt Move to correct directories. 2016-05-27 17:20:35 -04:00
decompile.rkt raco decompile: support non-module programs 2018-02-27 20:23:12 -07:00
embed-sig.rkt Move to correct directories. 2016-05-27 17:20:35 -04:00
embed-unit.rkt Move to correct directories. 2016-05-27 17:20:35 -04:00
option-unit.rkt Move to correct directories. 2016-05-27 17:20:35 -04:00
sig.rkt Move to correct directories. 2016-05-27 17:20:35 -04:00