Fossil SCM
Remove an incorrect comment: it's possible to edit the OpenSSL makefile, and it only rebuilds itself if the templates are updated.
Commit
87dcc045dd473cb2309669c940a5cc9bdc7448062e341a80e6592db295b95652
Parent
b2655b9c4d6006e…
1 file changed
+1
-2
+1
-2
| --- win/Makefile.msc | ||
| +++ win/Makefile.msc | ||
| @@ -821,12 +821,11 @@ | ||
| 821 | 821 | # Therefore the custom linker flags required for Windows XP dynamic builds are |
| 822 | 822 | # applied in a separate post-build step. |
| 823 | 823 | # |
| 824 | 824 | # If the build stops here, or if the custom linker flags are outside the scope |
| 825 | 825 | # of `editbin` or `link /EDIT` (i.e. additional libraries), consider tweaking |
| 826 | -# the OpenSSL makefile by hand (or the templates, as the OpenSSL makefile can | |
| 827 | -# rebuild itself when tampered). | |
| 826 | +# the OpenSSL makefile by hand. | |
| 828 | 827 | # |
| 829 | 828 | # Also note that this step changes the subsystem for the OpenSSL DLLs from |
| 830 | 829 | # WINDOWS to CONSOLE, but which has no effect on DLLs. |
| 831 | 830 | # |
| 832 | 831 | @echo Applying XPLDFLAGS = [ $(XPLDFLAGS) ] to the OpenSSL DLLs... |
| 833 | 832 |
| --- win/Makefile.msc | |
| +++ win/Makefile.msc | |
| @@ -821,12 +821,11 @@ | |
| 821 | # Therefore the custom linker flags required for Windows XP dynamic builds are |
| 822 | # applied in a separate post-build step. |
| 823 | # |
| 824 | # If the build stops here, or if the custom linker flags are outside the scope |
| 825 | # of `editbin` or `link /EDIT` (i.e. additional libraries), consider tweaking |
| 826 | # the OpenSSL makefile by hand (or the templates, as the OpenSSL makefile can |
| 827 | # rebuild itself when tampered). |
| 828 | # |
| 829 | # Also note that this step changes the subsystem for the OpenSSL DLLs from |
| 830 | # WINDOWS to CONSOLE, but which has no effect on DLLs. |
| 831 | # |
| 832 | @echo Applying XPLDFLAGS = [ $(XPLDFLAGS) ] to the OpenSSL DLLs... |
| 833 |
| --- win/Makefile.msc | |
| +++ win/Makefile.msc | |
| @@ -821,12 +821,11 @@ | |
| 821 | # Therefore the custom linker flags required for Windows XP dynamic builds are |
| 822 | # applied in a separate post-build step. |
| 823 | # |
| 824 | # If the build stops here, or if the custom linker flags are outside the scope |
| 825 | # of `editbin` or `link /EDIT` (i.e. additional libraries), consider tweaking |
| 826 | # the OpenSSL makefile by hand. |
| 827 | # |
| 828 | # Also note that this step changes the subsystem for the OpenSSL DLLs from |
| 829 | # WINDOWS to CONSOLE, but which has no effect on DLLs. |
| 830 | # |
| 831 | @echo Applying XPLDFLAGS = [ $(XPLDFLAGS) ] to the OpenSSL DLLs... |
| 832 |