diff options
author | Björn Gustavsson <[email protected]> | 2017-04-12 15:19:23 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2017-04-20 15:00:51 +0200 |
commit | 030e6ef2efaad12d485cec1727c4b68c09c6c584 (patch) | |
tree | 1ddcc232f4ae8ae72c0baf8be93f1e97ada67362 /erts/etc/win32/Install.c | |
parent | 19e9249d960a5b15b4e222efdcb96efbe122853e (diff) | |
download | otp-030e6ef2efaad12d485cec1727c4b68c09c6c584.tar.gz otp-030e6ef2efaad12d485cec1727c4b68c09c6c584.tar.bz2 otp-030e6ef2efaad12d485cec1727c4b68c09c6c584.zip |
Add back TypEr to the main OTP repository
It turned out that the dependencies between Dialyzer
and TypEr makes it impractical to have TypEr in a
separate repository.
Add it back to the OTP repository, but put the Erlang
module 'typer' in the dialyzer application.
Diffstat (limited to 'erts/etc/win32/Install.c')
-rw-r--r-- | erts/etc/win32/Install.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/etc/win32/Install.c b/erts/etc/win32/Install.c index 04522a0779..5701df35a3 100644 --- a/erts/etc/win32/Install.c +++ b/erts/etc/win32/Install.c @@ -49,6 +49,7 @@ int wmain(int argc, wchar_t **argv) HANDLE module = GetModuleHandle(NULL); wchar_t *binaries[] = { L"erl.exe", L"werl.exe", L"erlc.exe", L"dialyzer.exe", + L"typer.exe", L"escript.exe", L"ct_run.exe", NULL }; wchar_t *scripts[] = { L"start_clean.boot", L"start_sasl.boot", L"no_dot_erlang.boot", NULL }; wchar_t fromname[MAX_PATH]; |