~rdoering/ubuntu/intrepid/erlang/fix-535090

« back to all changes in this revision

Viewing changes to erts/etc/win32/Install.c

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2007-05-01 16:57:10 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20070501165710-2sapk0hp2gf3o0ip
Tags: 1:11.b.4-2ubuntu1
* Merge with Debian Unstable. Remaining changes:
  - Add -fno-stack-protector to fix broken crypto_drv.
* DebianMaintainerField update.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    InitFile *ini_file;
27
27
    InitSection *ini_section;
28
28
    HANDLE module = GetModuleHandle(NULL);
29
 
    char *binaries[] = { "erl.exe", "werl.exe", "erlc.exe", NULL };
 
29
    char *binaries[] = { "erl.exe", "werl.exe", "erlc.exe",
 
30
                             "dialyzer.exe", "typer.exe",
 
31
                             "escript.exe", NULL };
30
32
    char *scripts[] = { "start_clean.boot", "start_sasl.boot", NULL };
31
33
    char fromname[MAX_PATH];
32
34
    char toname[MAX_PATH];