]> git.ipfire.org Git - thirdparty/curl.git/commit
Makefile.m32: exclude libs & libpaths for shared mode exes [ci skip]
authorViktor Szakats <commit@vsz.me>
Wed, 5 Oct 2022 13:56:31 +0000 (13:56 +0000)
committerViktor Szakats <commit@vsz.me>
Wed, 5 Oct 2022 14:00:36 +0000 (14:00 +0000)
commit14aa9b193ca97a0f0807c38a9d59cd905e270a5f
tree12645240c440b88bbb6b620ff7c80fb336b17baf
parentd57f906b2a06cf84220ba3831d199a9d9b5eeb99
Makefile.m32: exclude libs & libpaths for shared mode exes [ci skip]

Exclude linker flags specifying depedency libs and libpaths, when
building against `libcurl.dll`. In such case these options are not
necessary (but may cause errors if not/wrongly configured.)

Also move and reword a comment on `CPPFLAGS` to not apply to
`UNICODE` options. These are necessary for all build targets.

Closes #9651
lib/Makefile.m32