I grab the last qt source on git

Qt Code:
  1. git clone --depth 1 git://labs.trolltech.com/qt-snapshot
To copy to clipboard, switch view to plain text mode 
Now i wand to build OpenSSL source to qt-snapshot
How get ml.exe ? i dont have on my free Visual Studio 2005

Qt Code:
  1. Microsoft (R) Program Maintenance Utility Version 8.00.50727.762
  2. Copyright (C) Microsoft Corporation. All rights reserved.
  3.  
  4. Building OpenSSL
  5. perl util/copy.pl ".\crypto\buildinf.h" "tmp32dll\buildinf.h"
  6. Copying: ./crypto/buildinf.h to tmp32dll/buildinf.h
  7. ml /Cp /coff /c /Cx /Focrypto\cpu_win32.obj .\crypto\cpu_win32.asm
  8. "ml" non è riconosciuto come comando interno o esterno,
  9. un programma eseguibile o un file batch.
  10. NMAKE : fatal error U1077: 'ml' : return code '0x1'
  11. Stop.
To copy to clipboard, switch view to plain text mode