racket/pkgs/compiler-test/tests/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 Move to correct directories. 2016-05-27 17:20:35 -04:00
demodularizer switch to a new, Racket-implemented expander & module system 2018-02-26 13:19:53 -07:00
embed raco exe: add --embed-dlls for Windows 2018-03-25 16:35:42 -06:00
test raco test: support ++arg <arg> and ++args <args> 2017-06-22 08:09:22 -06:00
collection-zos.rkt Move to correct directories. 2016-05-27 17:20:35 -04:00
ctool.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
regression.rkt Move to correct directories. 2016-05-27 17:20:35 -04:00
zo-exs.rkt Move to correct directories. 2016-05-27 17:20:35 -04:00
zo-test-util.rkt Move to correct directories. 2016-05-27 17:20:35 -04:00
zo-test-worker.rkt Move to correct directories. 2016-05-27 17:20:35 -04:00
zo-test.rkt Move to correct directories. 2016-05-27 17:20:35 -04:00
zo.rkt Move to correct directories. 2016-05-27 17:20:35 -04:00