<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">You can just delete the erl.ini file. That way the erl/werl will work no matter where you put the top level erlang folder. <div class="">You can definitely also delete:</div><div class="">- all .pdb files</div><div class="">- all  *.debug.*.dll</div><div class="">- all .lib files</div><div class="">- all source (.c, .h, .erl, .hrl) files</div><div class=""><br class=""></div><div class="">A simple filelib:wildcard comprehension with delete across erl folder will achieve this quickly.</div><div class=""><br class=""></div><div class="">Regards,</div><div class="">Sergek<br class=""><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On 20 Sep 2017, at 13:15, Vlad Dumitrescu <<a href="mailto:vladdu55@gmail.com" class="">vladdu55@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="auto" class="">Hi Joe,<div dir="auto" class="">I got it started by adding the erts-9.0/bin directory and editing the bin/erl.ini file with the right path. Am trying to trim more, but my PC is acting weird.</div><div dir="auto" class="">Regards,</div><div dir="auto" class="">Vlad</div><div dir="auto" class=""><br class=""></div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On 20 Sep 2017 12:22, "Joe Armstrong" <<a href="mailto:erlang@gmail.com" class="">erlang@gmail.com</a>> wrote:<br type="attribution" class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br class="">
<br class="">
I want to ship Erlang as a component inside a<br class="">
larger application to run on Windows<br class="">
<br class="">
Assuming the larger application has reserved space<br class="">
for Erlang at some destination directory $DEST then I need<br class="">
to copy a subset of the files from a standard<br class="">
distribution into $DEST.<br class="">
<br class="">
On a Mac I have reduced the number of necessary files to 11<br class="">
(could be 10 if you remove start.script)<br class="">
<br class="">
├── COPYRIGHT<br class="">
├── bin<br class="">
│   ├── beam.smp<br class="">
│   ├── erl_child_setup<br class="">
│   ├── erlexec<br class="">
│   ├── start.boot<br class="">
│   └── start.script<br class="">
├── erl<br class="">
└── lib<br class="">
    ├── compiler-7.0.2.ez<br class="">
    ├── kernel-5.1.ez<br class="">
    ├── sasl-3.0.1.ez<br class="">
    └── stdlib-3.1.ez<br class="">
<br class="">
I've thrown away all the libraries apart from compiler etc.<br class="">
<br class="">
I'm trying (unsuccessfully) to do the same thing on windows - does anybody<br class="">
know how to make a minimal Erlang for windows? - which files must be<br class="">
copied and which files must be patched????<br class="">
<br class="">
As an afterthought - it would be *very nice* to have a program which<br class="">
makes a minimal distributable program for Windows/Mac/Linux.<br class="">
<br class="">
I was thinking along the lines of running the program twice - in run one<br class="">
I'd trace all calls to discover which modules were actually called, then<br class="">
from this information build a minimal distributable program.<br class="">
<br class="">
Cheers<br class="">
<br class="">
/Joe<br class="">
______________________________<wbr class="">_________________<br class="">
erlang-questions mailing list<br class="">
<a href="mailto:erlang-questions@erlang.org" class="">erlang-questions@erlang.org</a><br class="">
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank" class="">http://erlang.org/mailman/<wbr class="">listinfo/erlang-questions</a><br class="">
</blockquote></div></div>
_______________________________________________<br class="">erlang-questions mailing list<br class=""><a href="mailto:erlang-questions@erlang.org" class="">erlang-questions@erlang.org</a><br class="">http://erlang.org/mailman/listinfo/erlang-questions<br class=""></div></blockquote></div><br class=""></div></div></body></html>