Define ENABLE_NLS and GETTEXT_PACKAGE.
authorTor Lillqvist <tml@iki.fi>
Tue, 16 Jan 2001 22:06:23 +0000 (22:06 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Tue, 16 Jan 2001 22:06:23 +0000 (22:06 +0000)
commita9d05d4cc443a8c2e6675aca994c065305a8adb4
tree5e1f81e5b1ccac5dcee1877fb5c8d693ab7fa9ed
parent62ce81bfc7800a959d4355e9a8e5bd062b1ab019
Define ENABLE_NLS and GETTEXT_PACKAGE.

2001-01-17  Tor Lillqvist  <tml@iki.fi>

* config.h.win32.in: Define ENABLE_NLS and GETTEXT_PACKAGE.

* makefile.mingw.in
* makefile.msc.in: Use the GNU intl library.

* gwin32.c (g_win32_get_package_installation_directory): New
function. To be used by various GLib-using packages to get their
installation directory, which should be stored in the Registry by
some installer.

* gwin32.h: Declare it.

* testglib.c (main): Test it.

* gutils.c: On Win32, define GLIB_LOCALE_DIR using
g_win32_get_package_installation_directory().

* glib.def: Update.
23 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
config.h.win32.in
glib.def
glib/glib.def
glib/gutils.c
glib/gwin32.c
glib/gwin32.h
glib/makefile.mingw.in
glib/makefile.msc.in
gutils.c
gwin32.c
gwin32.h
makefile.mingw.in
makefile.msc.in
testglib.c
tests/testglib.c