Skip to content

Comments

Configurations/unix-Makefile.tmpl: fix inconsistencies with resource files#5730

Closed
levitte wants to merge 1 commit intoopenssl:masterfrom
levitte:fix-Makefile-template
Closed

Configurations/unix-Makefile.tmpl: fix inconsistencies with resource files#5730
levitte wants to merge 1 commit intoopenssl:masterfrom
levitte:fix-Makefile-template

Conversation

@levitte
Copy link
Member

@levitte levitte commented Mar 22, 2018

.res files weren't treated consistently. They weren't included at all
in the build of a shared library, and were named inconsistently; .res
sometimes, and .res.o otherwise. Now we standardise it to .res.o,
which is the recommended way with GNU tools.

…files

.res files weren't treated consistently.  They weren't included at all
in the build of a shared library, and were named inconsistently; .res
sometimes, and .res.o otherwise.  Now we standardise it to .res.o,
which is the recommended way with GNU tools.
@levitte levitte added branch: master Applies to master branch branch: 1.1.1 Applies to OpenSSL_1_1_1-stable branch (EOL) labels Mar 22, 2018
@levitte
Copy link
Member Author

levitte commented Mar 22, 2018

Merged.

29f3cfd Configurations/unix-Makefile.tmpl: fix inconsistencies with resource files

@levitte levitte closed this Mar 22, 2018
levitte added a commit that referenced this pull request Mar 22, 2018
…files

.res files weren't treated consistently.  They weren't included at all
in the build of a shared library, and were named inconsistently; .res
sometimes, and .res.o otherwise.  Now we standardise it to .res.o,
which is the recommended way with GNU tools.

Reviewed-by: Rich Salz <[email protected]>
(Merged from #5730)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

branch: master Applies to master branch branch: 1.1.1 Applies to OpenSSL_1_1_1-stable branch (EOL)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants