Re: How to set acrhive file directive?

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: How to set acrhive file directive?
Дата
Msg-id 937d27e10911090131j2b7a01beg498c718598734ec7@mail.gmail.com
обсуждение исходный текст
Ответ на How to set acrhive file directive?  (Quan Zongliang <quanzongliang@gmail.com>)
Ответы Re: How to set acrhive file directive?
Список pgadmin-hackers
On Mon, Nov 9, 2009 at 10:28 AM, Quan Zongliang <quanzongliang@gmail.com> wrote:
> Hi, all
>
> To support archive file, wxWidgets has some directive:
> wxUSE_ARCHIVE_STREAMS,
> wxUSE_ZIPSTREAM,
> wxUSE_TARSTREAM,
> wxUSE_ZLIB,
> and so on.
> And under windows, all of them is default 1. (include/msvc/wx/setup.h)
>
> Should I include setup.h file in header file? It seems not a good idea.

No - it should get pulled in vi wx.h though, so you can test those macros.

> And how to set it under other OSs?

It's created by the configure script - like windows though, it should
be pulled in via wx.h.


--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
PGDay.EU 2009 Conference: http://2009.pgday.eu/start

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

Предыдущее
От: Quan Zongliang
Дата:
Сообщение: How to set acrhive file directive?
Следующее
От: Ashesh Vashi
Дата:
Сообщение: Re: How to set acrhive file directive?