How to set acrhive file directive?

Поиск
Список
Период
Сортировка
От Quan Zongliang
Тема How to set acrhive file directive?
Дата
Msg-id 20091109171635.AC79.4125B4E5@gmail.com
обсуждение исходный текст
Ответы Re: How to set acrhive file directive?
Re: How to set acrhive file directive?
Список pgadmin-hackers
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.
And how to set it under other OSs?

-----------------------------------------------
Quan Zongliang
quanzongliang@gmail.com


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: import 2009/10/31
Следующее
От: Dave Page
Дата:
Сообщение: Re: How to set acrhive file directive?