Changes between Version 36 and Version 37 of CompileClient
- Timestamp:
- Apr 3, 2009, 4:19:27 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompileClient
v36 v37 227 227 You now need the Visual C++ command prompt, so start up Visual C++ 2008 (Express Edition). 228 228 Go Tools->Visual Studio 2008 Command Prompt. 229 229 230 If the line before the blinking cursor shows another drive than c:, we'll have to go to c: first: 230 231 * Type '''c:''' in the command line window and press '''Enter'''. 232 233 Else continue from here. 231 234 * Type '''cd\openssl''' and press '''Enter'''. 232 235 * 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.) … … 234 237 * Type '''nmake -f ms\ntdll.mak''' and press '''Enter'''. 235 238 239 Although 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 236 241 The output files will be in the c:\openssl\out32dll\ directory, you will need the libeay32.dll and ssleay32.dll files. 237 242