Skip to content

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

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

levitte wants to merge 1 commit into
openssl:masterfrom
levitte:fix-Makefile-template

Conversation

@levitte

@levitte levitte commented Mar 22, 2018

Copy link
Copy Markdown
Member

.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

levitte commented Mar 22, 2018

Copy link
Copy Markdown
Member Author

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)
@levitte
levitte deleted the fix-Makefile-template branch July 8, 2026 08:36
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