New submission from Jean-Christophe Fillion-Robin <jchris.filli...@kitware.com>:
When configuring project using build-system generator like CMake, the linking is explicitly handled and does not to be implicitly hard-coded in pyconfig.h Having the "pythonXY.lib" library hard-coded in pyconfig.h currently requires to explicitly specify a link directory. While possible, this require to increase the complexity of our build-system. I suggest we introduce a new macro (e.g PY_CONFIG_AUTOLINK_DISABLED) ---------- components: Windows messages: 356158 nosy: Jean-Christophe Fillion-Robin, paul.moore, steve.dower, tim.golden, zach.ware priority: normal severity: normal status: open title: Update PC/pyconfig.h to support disabling auto linking type: enhancement versions: Python 3.6, Python 3.7, Python 3.8, Python 3.9 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue38728> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com