Fossil SCM
Simplify SSLLIBDIR change from the previous check-in.
Commit
bd25cd185d1273cbe26726307c40b0788a63f276
Parent
22049abd47aa412…
1 file changed
-4
-4
| --- win/Makefile.msc | ||
| +++ win/Makefile.msc | ||
| @@ -100,15 +100,11 @@ | ||
| 100 | 100 | !endif |
| 101 | 101 | |
| 102 | 102 | !if $(FOSSIL_ENABLE_SSL)!=0 |
| 103 | 103 | SSLDIR = $(B)\compat\openssl-1.1.0 |
| 104 | 104 | SSLINCDIR = $(SSLDIR)\include |
| 105 | -!if $(FOSSIL_DYNAMIC_BUILD)!=0 | |
| 106 | 105 | SSLLIBDIR = $(SSLDIR) |
| 107 | -!else | |
| 108 | -SSLLIBDIR = $(SSLDIR) | |
| 109 | -!endif | |
| 110 | 106 | SSLNMAKE = makefile all |
| 111 | 107 | SSLLFLAGS = /nologo /opt:ref /debug |
| 112 | 108 | SSLLIB = libssl.lib libcrypto.lib user32.lib gdi32.lib crypt32.lib |
| 113 | 109 | !if "$(PLATFORM)"=="amd64" || "$(PLATFORM)"=="x64" |
| 114 | 110 | !message Using 'x64' platform for OpenSSL... |
| 115 | 111 |
| --- win/Makefile.msc | |
| +++ win/Makefile.msc | |
| @@ -100,15 +100,11 @@ | |
| 100 | !endif |
| 101 | |
| 102 | !if $(FOSSIL_ENABLE_SSL)!=0 |
| 103 | SSLDIR = $(B)\compat\openssl-1.1.0 |
| 104 | SSLINCDIR = $(SSLDIR)\include |
| 105 | !if $(FOSSIL_DYNAMIC_BUILD)!=0 |
| 106 | SSLLIBDIR = $(SSLDIR) |
| 107 | !else |
| 108 | SSLLIBDIR = $(SSLDIR) |
| 109 | !endif |
| 110 | SSLNMAKE = makefile all |
| 111 | SSLLFLAGS = /nologo /opt:ref /debug |
| 112 | SSLLIB = libssl.lib libcrypto.lib user32.lib gdi32.lib crypt32.lib |
| 113 | !if "$(PLATFORM)"=="amd64" || "$(PLATFORM)"=="x64" |
| 114 | !message Using 'x64' platform for OpenSSL... |
| 115 |
| --- win/Makefile.msc | |
| +++ win/Makefile.msc | |
| @@ -100,15 +100,11 @@ | |
| 100 | !endif |
| 101 | |
| 102 | !if $(FOSSIL_ENABLE_SSL)!=0 |
| 103 | SSLDIR = $(B)\compat\openssl-1.1.0 |
| 104 | SSLINCDIR = $(SSLDIR)\include |
| 105 | SSLLIBDIR = $(SSLDIR) |
| 106 | SSLNMAKE = makefile all |
| 107 | SSLLFLAGS = /nologo /opt:ref /debug |
| 108 | SSLLIB = libssl.lib libcrypto.lib user32.lib gdi32.lib crypt32.lib |
| 109 | !if "$(PLATFORM)"=="amd64" || "$(PLATFORM)"=="x64" |
| 110 | !message Using 'x64' platform for OpenSSL... |
| 111 |