Hex Artifact Content

Artifact 02934efb2a6a785275af80dd9aeb48bc491399636ed8d4ac7a4a2c6908b214e9:


0000: 23 20 63 61 6c 6c 20 6e 6d 61 6b 65 20 77 69 74  # call nmake wit
0010: 68 20 61 64 64 69 74 69 6f 6e 61 6c 20 70 61 72  h additional par
0020: 61 6d 65 74 65 72 20 53 53 4c 5f 49 4e 53 54 41  ameter SSL_INSTA
0030: 4c 4c 5f 46 4f 4c 44 45 52 3d 20 77 69 74 68 20  LL_FOLDER= with 
0040: 74 68 65 0a 23 20 4f 70 65 6e 53 53 4c 20 69 6e  the.# OpenSSL in
0050: 73 74 61 6c 6c 61 74 69 6f 6e 20 66 6f 6c 64 65  stallation folde
0060: 72 20 66 6f 6c 6c 6f 77 69 6e 67 2e 0a 0a 50 52  r following...PR
0070: 4f 4a 45 43 54 3d 74 6c 73 0a 44 4f 54 56 45 52  OJECT=tls.DOTVER
0080: 53 49 4f 4e 20 3d 20 31 2e 37 2e 32 32 0a 0a 50  SION = 1.7.22..P
0090: 52 4a 5f 49 4e 43 4c 55 44 45 53 20 3d 20 2d 49  RJ_INCLUDES = -I
00a0: 22 24 28 53 53 4c 5f 49 4e 53 54 41 4c 4c 5f 46  "$(SSL_INSTALL_F
00b0: 4f 4c 44 45 52 29 5c 69 6e 63 6c 75 64 65 22 20  OLDER)\include" 
00c0: 2d 49 22 24 28 4f 50 45 4e 53 53 4c 5f 49 4e 53  -I"$(OPENSSL_INS
00d0: 54 41 4c 4c 5f 44 49 52 29 5c 69 6e 63 6c 75 64  TALL_DIR)\includ
00e0: 65 22 0a 50 52 4a 5f 44 45 46 49 4e 45 53 20 3d  e".PRJ_DEFINES =
00f0: 20 2d 44 20 4e 4f 5f 53 53 4c 32 20 2d 44 20 4e   -D NO_SSL2 -D N
0100: 4f 5f 53 53 4c 33 20 2d 44 20 5f 43 52 54 5f 53  O_SSL3 -D _CRT_S
0110: 45 43 55 52 45 5f 4e 4f 5f 57 41 52 4e 49 4e 47  ECURE_NO_WARNING
0120: 53 0a 20 0a 23 20 53 53 4c 20 4c 69 62 73 3a 0a  S. .# SSL Libs:.
0130: 23 20 20 20 20 31 2e 20 24 7b 4c 49 42 43 52 59  #    1. ${LIBCRY
0140: 50 54 4f 7d 2e 64 6c 6c 0a 23 20 20 20 20 32 2e  PTO}.dll.#    2.
0150: 20 24 7b 4c 49 42 53 53 4c 7d 2e 64 6c 6c 0a 23   ${LIBSSL}.dll.#
0160: 20 57 68 65 72 65 20 4c 49 42 43 52 59 50 54 4f   Where LIBCRYPTO
0170: 20 28 23 31 2e 29 20 61 6e 64 20 4c 49 42 53 53   (#1.) and LIBSS
0180: 4c 20 28 23 32 2e 29 20 61 72 65 20 64 65 66 69  L (#2.) are defi
0190: 6e 65 64 20 61 73 20 66 6f 6c 6c 6f 77 73 3a 0a  ned as follows:.
01a0: 23 20 20 20 20 76 31 2e 31 3a 20 6c 69 62 63 72  #    v1.1: libcr
01b0: 79 70 74 6f 2d 31 2e 31 2d 78 36 34 2e 64 6c 6c  ypto-1.1-x64.dll
01c0: 20 61 6e 64 20 6c 69 62 73 73 6c 2d 31 2e 31 2d   and libssl-1.1-
01d0: 78 36 34 2e 64 6c 6c 0a 23 20 20 20 20 76 33 3a  x64.dll.#    v3:
01e0: 20 6c 69 62 63 72 79 70 74 6f 2d 33 2d 78 36 34   libcrypto-3-x64
01f0: 2e 64 6c 6c 20 61 6e 64 20 6c 69 62 73 73 6c 2d  .dll and libssl-
0200: 33 2d 78 36 34 2e 64 6c 6c 0a 23 20 4f 6e 20 2a  3-x64.dll.# On *
0210: 6e 69 78 20 6c 69 62 63 72 79 70 74 6f 2e 73 6f  nix libcrypto.so
0220: 2e 2a 20 61 6e 64 20 6c 69 62 73 73 6c 2e 73 6f  .* and libssl.so
0230: 2e 2a 20 28 77 68 65 72 65 20 73 75 66 66 69 78  .* (where suffix
0240: 20 69 73 20 61 20 76 65 72 73 69 6f 6e 20 69 6e   is a version in
0250: 64 69 63 61 74 6f 72 29 2e 0a 23 0a 0a 50 52 4a  dicator)..#..PRJ
0260: 5f 4c 49 42 53 20 3d 20 5c 0a 09 22 24 28 53 53  _LIBS = \.."$(SS
0270: 4c 5f 49 4e 53 54 41 4c 4c 5f 46 4f 4c 44 45 52  L_INSTALL_FOLDER
0280: 29 5c 6c 69 62 5c 6c 69 62 73 73 6c 2e 6c 69 62  )\lib\libssl.lib
0290: 22 20 5c 0a 09 22 24 28 53 53 4c 5f 49 4e 53 54  " \.."$(SSL_INST
02a0: 41 4c 4c 5f 46 4f 4c 44 45 52 29 5c 6c 69 62 5c  ALL_FOLDER)\lib\
02b0: 6c 69 62 63 72 79 70 74 6f 2e 6c 69 62 22 20 5c  libcrypto.lib" \
02c0: 0a 09 57 53 32 5f 33 32 2e 4c 49 42 20 47 44 49  ..WS2_32.LIB GDI
02d0: 33 32 2e 4c 49 42 20 41 44 56 41 50 49 33 32 2e  32.LIB ADVAPI32.
02e0: 4c 49 42 20 43 52 59 50 54 33 32 2e 4c 49 42 20  LIB CRYPT32.LIB 
02f0: 55 53 45 52 33 32 2e 4c 49 42 0a 0a 50 52 4a 5f  USER32.LIB..PRJ_
0300: 4f 42 4a 53 20 3d 20 24 28 54 4d 50 5f 44 49 52  OBJS = $(TMP_DIR
0310: 29 5c 74 6c 73 2e 6f 62 6a 20 5c 0a 20 20 20 20  )\tls.obj \.    
0320: 20 20 20 20 20 20 20 20 20 20 20 24 28 54 4d 50             $(TMP
0330: 5f 44 49 52 29 5c 74 6c 73 42 49 4f 2e 6f 62 6a  _DIR)\tlsBIO.obj
0340: 20 5c 0a 20 20 20 20 20 20 20 20 20 20 20 20 20   \.             
0350: 20 20 24 28 54 4d 50 5f 44 49 52 29 5c 74 6c 73    $(TMP_DIR)\tls
0360: 49 4f 2e 6f 62 6a 20 5c 0a 20 20 20 20 20 20 20  IO.obj \.       
0370: 20 20 20 20 20 20 20 20 24 28 54 4d 50 5f 44 49          $(TMP_DI
0380: 52 29 5c 74 6c 73 58 35 30 39 2e 6f 62 6a 0a 0a  R)\tlsX509.obj..
0390: 21 69 6e 63 6c 75 64 65 20 22 72 75 6c 65 73 2d  !include "rules-
03a0: 65 78 74 2e 76 63 22 0a 21 69 6e 63 6c 75 64 65  ext.vc".!include
03b0: 20 22 74 61 72 67 65 74 73 2e 76 63 22 0a 0a 70   "targets.vc"..p
03c0: 6b 67 69 6e 64 65 78 3a 20 64 65 66 61 75 6c 74  kgindex: default
03d0: 2d 70 6b 67 69 6e 64 65 78 0a 0a                 -pkgindex..