[Python-Dev] Library pragma in PC/config.h (original) (raw)
Trent Mick trentm@ActiveState.com
Tue, 8 Aug 2000 08🔞12 -0700
- Previous message: [Python-Dev] Library pragma in PC/config.h
- Next message: [Python-Dev] Library pragma in PC/config.h
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, Aug 08, 2000 at 01:41:12PM +0200, Rene Liebscher wrote:
I forgot to ask which name you would like for debug libraries
"python20bcppd.lib" or "python20dbcpp.lib" may be we should use "bcpppython20d.lib", and use the name schema which I suggested first.
Python20 is most important so it should go first. Then I suppose it is debatable whether 'd' or 'bcpp' should come first. My preference is "python20_bcpp_d.lib" because this would maintain the pattern that the basename of debug-built libs, etc. end in "_d".
Generally speaking this would give a name spec of
python(_)*(_d)?.lib
Trent
-- Trent Mick TrentM@ActiveState.com
- Previous message: [Python-Dev] Library pragma in PC/config.h
- Next message: [Python-Dev] Library pragma in PC/config.h
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]