aboutsummaryrefslogtreecommitdiffstats
path: root/erts/etc/win32
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2017-04-12 15:19:23 +0200
committerBjörn Gustavsson <[email protected]>2017-04-20 15:00:51 +0200
commit030e6ef2efaad12d485cec1727c4b68c09c6c584 (patch)
tree1ddcc232f4ae8ae72c0baf8be93f1e97ada67362 /erts/etc/win32
parent19e9249d960a5b15b4e222efdcb96efbe122853e (diff)
downloadotp-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')
-rw-r--r--erts/etc/win32/Install.c1
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];