racket/pkgs/compiler-lib/compiler/commands
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
..
decompile.rkt switch to a new, Racket-implemented expander & module system 2018-02-26 13:19:53 -07:00
exe-dir.rkt Move to correct directories. 2016-05-27 17:20:35 -04:00
exe.rkt raco exe: add --embed-dlls for Windows 2018-03-25 16:35:42 -06:00
expand.rkt Move to correct directories. 2016-05-27 17:20:35 -04:00
info.rkt Move to correct directories. 2016-05-27 17:20:35 -04:00
make.rkt Move to correct directories. 2016-05-27 17:20:35 -04:00
pack.rkt Move to correct directories. 2016-05-27 17:20:35 -04:00
read.rkt Move to correct directories. 2016-05-27 17:20:35 -04:00
test.rkt Adding --deps 2017-10-20 11:34:40 -04:00
unpack.rkt Move to correct directories. 2016-05-27 17:20:35 -04:00