racket/pkgs
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
..
at-exp-lib at-exp: use "..." for literals in error messages 2018-03-01 07:00:11 -07:00
base compile expander in "static" linklet mode 2018-03-17 07:24:50 -06:00
compiler update copyright year to 2018 2018-01-12 15:44:07 -06:00
compiler-lib raco exe: add --embed-dlls for Windows 2018-03-25 16:35:42 -06:00
compiler-test raco exe: add --embed-dlls for Windows 2018-03-25 16:35:42 -06:00
net update copyright year to 2018 2018-01-12 15:44:07 -06:00
net-doc Fix function name imap-get-messages 2018-03-15 10:06:10 -05:00
net-lib update copyright year to 2018 2018-01-12 15:44:07 -06:00
net-test update copyright year to 2018 2018-01-12 15:44:07 -06:00
plt-services/meta Remove this drdr config file, which now lives in DrDr. 2014-12-20 20:06:03 -05:00
racket-benchmarks switch to a new, Racket-implemented expander & module system 2018-02-26 13:19:53 -07:00
racket-doc raco exe: add --embed-dlls for Windows 2018-03-25 16:35:42 -06:00
racket-index typo: local-redirect 'page that is' => 'page is' 2018-01-30 23:14:59 -05:00
racket-lib update copyright year to 2018 2018-01-12 15:44:07 -06:00
racket-test fix bugs with error checking for ->* and -> 2018-03-20 08:34:27 -05:00
racket-test-core io: another repair to Windows path parsing 2018-03-23 21:46:12 -06:00
racket-test-extra raco: fix command name selection by prefix 2017-04-10 08:22:49 -06:00
zo-lib compiler/zo-unmarshal: unbreak 2018-03-18 10:56:47 -06:00