| От | Peter Eisentraut |
|---|---|
| Тема | Clean up MinGW def file generation |
| Дата | |
| Msg-id | 0f9db9f8-47b8-a48b-6ccc-15b22b412316@2ndquadrant.com обсуждение исходный текст |
| Ответы |
Re: Clean up MinGW def file generation
|
| Список | pgsql-hackers |
I was mystified by this comment in Makefile.shlib: # We need several not-quite-identical variants of .DEF files to build # DLLs for Windows. These are made from the single source file # exports.txt. Since we can't assume that Windows boxes will have # sed, the .DEF files are always built and included in distribution # tarballs. ifneq (,$(SHLIB_EXPORTS)) distprep: lib$(NAME)dll.def lib$(NAME)ddll.def ... This doesn't make much sense (anymore?) since MinGW surely has sed and MSVC doesn't use this (and has Perl). I think this is a leftover from various ancient client-only ad-hoc Windows build provisions (those win32.mak files we used to have around). Also, the ddll.def (debug build) isn't used by anything anymore AFAICT. I think we can clean this up and just have the regular ddl.def built normally at build time if required. Does anyone know more about this? -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера