[PATCH] Repair OSX Port after i18n reorganization

From: "Florian G(dot) Pflug" <fgp(at)phlo(dot)org>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [PATCH] Repair OSX Port after i18n reorganization
Date: 2005-05-13 09:36:17
Message-ID: 42847511.7090703@phlo.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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

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

greetings, Florian Pflug

Attachment Content-Type Size
pgadmin3-trunk-osxi18n.diff text/plain 3.8 KB

Browse pgadmin-hackers by date

  From Date Subject
Next Message Florian G. Pflug 2005-05-13 09:48:40 [PATCH] Appbundle-Support for 1.2
Previous Message Dave Page 2005-05-13 07:29:13 Re: small warning : no newline at end of file