Changes between Version 36 and Version 37 of CompileClient


Ignore:
Timestamp:
Apr 3, 2009, 4:19:27 AM (15 years ago)
Author:
Ageless
Comment:

some minor changes and additions.

Legend:

Unmodified
Added
Removed
Modified
  • CompileClient

    v36 v37  
    227227You now need the Visual C++ command prompt, so start up Visual C++ 2008 (Express Edition).
    228228Go Tools->Visual Studio 2008 Command Prompt.
     229
    229230If the line before the blinking cursor shows another drive than c:, we'll have to go to c: first:
    230231 * Type '''c:''' in the command line window and press '''Enter'''.
     232
     233Else continue from here.
    231234 * Type '''cd\openssl''' and press '''Enter'''.
    232235 * Type '''perl Configure VC-WIN32 --prefix=c:/openssl/''' and press '''Enter'''. (make sure to use the forward slashes '/', not the backslashes '\' in this path, as the next script is using Unix paths, not Windows paths.)
     
    234237 * Type '''nmake -f ms\ntdll.mak''' and press '''Enter'''.
    235238
     239Although the perl Configure script and the do_masm batchfile will work from a normal command line window, the nmake script will not! Hence why you best run all from the VC++ command line window.
     240
    236241The output files will be in the c:\openssl\out32dll\ directory, you will need the libeay32.dll and ssleay32.dll files.
    237242