Re: [PATCH] Repair OSX Port after i18n reorganization

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: [PATCH] Repair OSX Port after i18n reorganization
Дата
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E490DE12@ratbert.vale-housing.co.uk
обсуждение исходный текст
Ответ на [PATCH] Repair OSX Port after i18n reorganization  ("Florian G. Pflug" <fgp@phlo.org>)
Ответы Re: [PATCH] Repair OSX Port after i18n reorganization
Список pgadmin-hackers

> -----Original Message-----
> From: pgadmin-hackers-owner@postgresql.org
> [mailto:pgadmin-hackers-owner@postgresql.org] On Behalf Of
> Florian G. Pflug
> Sent: 13 May 2005 10:36
> To: pgadmin-hackers
> Subject: [pgadmin-hackers] [PATCH] Repair OSX Port after i18n
> reorganization
>
> Hi
>
> This patch makes the osx build work again, by doing the following
>     .) Change i18n/Makefile.am to install i18n-files into
>     $(datadir)i18n instead of $(datadir)/pgadmin3/i18n when
>     building an appbundle.
>     .) Put the files listed in TMP_ui in i18n/Makefile.am
>     into EXTRA_DIST instead. I guess this was an error,
>     since TMP_ui is never used in this Makefile...
>     .) Support DESTDIR in i18n/Makefile.am
>     .) Moves the path-hint support for windows from
>     pgAdmin3.cpp to base/appbase.cpp,
>     because this saves some conditionals and is cleaner
>     .) Make "path" a global variable, like loadPath, ...
>
> Now all path-related setups are done in InitPaths in AppBase

Thanks - patch applied.

> I didn't test the win32 build... I hope I didn't break anything..

Nothing another #include didn't fix :-)

Regards, Dave

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

Предыдущее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by dpage: r4181 - in trunk/pgadmin3: i18n src src/agent src/base src/ctl src/include/base src/include/ctl
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: [PATCH] Appbundle-Support for 1.2