fix to allow mingw+vpath

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема fix to allow mingw+vpath
Дата
Msg-id 4D0F8E19.5040209@dunslane.net
обсуждение исходный текст
Список pgsql-hackers
The simple change below allows a vpath build to be used on Mingw. Is 
there any objection?

cheers

andrew



diff --git a/src/bin/pgevent/Makefile b/src/bin/pgevent/Makefile
index 013b801..39cb7dc 100644
--- a/src/bin/pgevent/Makefile
+++ b/src/bin/pgevent/Makefile
@@ -27,7 +27,7 @@ pgevent.dll: pgevent.def $(OBJS)    $(DLLWRAP) --def $< -o $(NAME) $(OBJS)
 pgmsgevent.o: pgmsgevent.rc win32ver.rc
-   $(WINDRES) $< -o $@ --include-dir=$(top_builddir)/src/include 
--include-dir=$(top_srcdir)/src/include --include-dir=$(srcdir)
+   $(WINDRES) $< -o $@ --include-dir=$(top_builddir)/src/include 
--include-dir=$(top_srcdir)/src/include --include-dir=$(srcdir) 
--include-dir=.
 all-lib: $(NAME)




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: unlogged tables
Следующее
От: Dimitri Fontaine
Дата:
Сообщение: Re: Extensions and custom_variable_classes