New file, used to build distribution packages for Windows.

2001-10-30  Tor Lillqvist  <tml@iki.fi>

	* glib-zip.in: New file, used to build distribution packages for
	Windows.

	* configure.in: Expand it.

	* Makefile.am: Distribute it.

	* config.h.win32.in: Update to match currently produced config.h
This commit is contained in:
Tor Lillqvist 2001-10-29 22:33:34 +00:00 committed by Tor Lillqvist
parent 062ecaf1ed
commit a0781a1747
12 changed files with 149 additions and 1 deletions

View File

@ -1,3 +1,14 @@
2001-10-30 Tor Lillqvist <tml@iki.fi>
* glib-zip.in: New file, used to build distribution packages for
Windows.
* configure.in: Expand it.
* Makefile.am: Distribute it.
* config.h.win32.in: Update to match currently produced config.h
2001-10-29 Daniel Egger <degger@fhm.edu>
* glib/gbacktrace.h: Fix non-Intel/-Alpha version of the

View File

@ -1,3 +1,14 @@
2001-10-30 Tor Lillqvist <tml@iki.fi>
* glib-zip.in: New file, used to build distribution packages for
Windows.
* configure.in: Expand it.
* Makefile.am: Distribute it.
* config.h.win32.in: Update to match currently produced config.h
2001-10-29 Daniel Egger <degger@fhm.edu>
* glib/gbacktrace.h: Fix non-Intel/-Alpha version of the

View File

@ -1,3 +1,14 @@
2001-10-30 Tor Lillqvist <tml@iki.fi>
* glib-zip.in: New file, used to build distribution packages for
Windows.
* configure.in: Expand it.
* Makefile.am: Distribute it.
* config.h.win32.in: Update to match currently produced config.h
2001-10-29 Daniel Egger <degger@fhm.edu>
* glib/gbacktrace.h: Fix non-Intel/-Alpha version of the

View File

@ -1,3 +1,14 @@
2001-10-30 Tor Lillqvist <tml@iki.fi>
* glib-zip.in: New file, used to build distribution packages for
Windows.
* configure.in: Expand it.
* Makefile.am: Distribute it.
* config.h.win32.in: Update to match currently produced config.h
2001-10-29 Daniel Egger <degger@fhm.edu>
* glib/gbacktrace.h: Fix non-Intel/-Alpha version of the

View File

@ -1,3 +1,14 @@
2001-10-30 Tor Lillqvist <tml@iki.fi>
* glib-zip.in: New file, used to build distribution packages for
Windows.
* configure.in: Expand it.
* Makefile.am: Distribute it.
* config.h.win32.in: Update to match currently produced config.h
2001-10-29 Daniel Egger <degger@fhm.edu>
* glib/gbacktrace.h: Fix non-Intel/-Alpha version of the

View File

@ -1,3 +1,14 @@
2001-10-30 Tor Lillqvist <tml@iki.fi>
* glib-zip.in: New file, used to build distribution packages for
Windows.
* configure.in: Expand it.
* Makefile.am: Distribute it.
* config.h.win32.in: Update to match currently produced config.h
2001-10-29 Daniel Egger <degger@fhm.edu>
* glib/gbacktrace.h: Fix non-Intel/-Alpha version of the

View File

@ -1,3 +1,14 @@
2001-10-30 Tor Lillqvist <tml@iki.fi>
* glib-zip.in: New file, used to build distribution packages for
Windows.
* configure.in: Expand it.
* Makefile.am: Distribute it.
* config.h.win32.in: Update to match currently produced config.h
2001-10-29 Daniel Egger <degger@fhm.edu>
* glib/gbacktrace.h: Fix non-Intel/-Alpha version of the

View File

@ -1,3 +1,14 @@
2001-10-30 Tor Lillqvist <tml@iki.fi>
* glib-zip.in: New file, used to build distribution packages for
Windows.
* configure.in: Expand it.
* Makefile.am: Distribute it.
* config.h.win32.in: Update to match currently produced config.h
2001-10-29 Daniel Egger <degger@fhm.edu>
* glib/gbacktrace.h: Fix non-Intel/-Alpha version of the

View File

@ -12,6 +12,7 @@ INCLUDES = -DG_LOG_DOMAIN=g_log_domain_glib @GLIB_DEBUG_FLAGS@ \
EXTRA_DIST = \
ChangeLog.pre-1-2 \
glib.spec.in \
glib-zip.in \
NEWS.pre-1-3 \
acglib.m4 \
sanity_check \
@ -35,7 +36,8 @@ EXTRA_DIST = \
BUILT_EXTRA_DIST = \
glibconfig.h.win32 \
config.h.win32 \
glib.spec
glib.spec \
glib-zip
configexecincludedir = $(libdir)/glib-2.0/include
#configexecinclude_DATA = glibconfig.h

View File

@ -180,6 +180,15 @@
/* Define if you have the <inttypes.h> header file. */
/* #undef HAVE_INTTYPES_H */
/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
/* #undef HAVE_LANGINFO_CODESET */
/* Define if you have the <langinfo.h> header file. */
/* #undef HAVE_LANGINFO_H */
/* Define if your <locale.h> file defines LC_MESSAGES. */
/* #undef HAVE_LC_MESSAGES */
/* Define if you have the <limits.h> header file. */
#define HAVE_LIMITS_H 1
@ -213,6 +222,9 @@
/* Define if you have the `nanosleep' function. */
/* #undef HAVE_NANOSLEEP */
/* Define if you have the `nl_langinfo' function. */
/* #undef HAVE_NL_LANGINFO */
/* Define if you have the <nl_types.h> header file. */
/* #undef HAVE_NL_TYPES_H */
@ -246,6 +258,9 @@
/* Define if you have the `setlocale' function. */
#define HAVE_SETLOCALE 1
/* Define if you have the <stddef.h> header file. */
#define HAVE_STDDEF_H 1
/* Define if you have the <stdint.h> header file. */
#ifndef _MSC_VER
#define HAVE_STDINT_H 1

View File

@ -2144,6 +2144,7 @@ gthread-2.0-uninstalled.pc
gobject-2.0.pc
gobject-2.0-uninstalled.pc
glib.spec
glib-zip
glib-gettextize
Makefile
build/Makefile

42
glib-zip.in Executable file
View File

@ -0,0 +1,42 @@
#!/bin/sh
# Build zipfile for GLib on Win32: both runtime and developer stuff
# After running make install, run this.
# These paths obviously are system-dependent:
ZIP=/g/tmp/glib-@GLIB_VERSION@.zip
cd /target
rm $ZIP
zip -r $ZIP -@ <<EOF
COPYING.LIB-2
bin/glib-genmarshal.exe
bin/glib-gettextize
bin/glib-mkenums
bin/gobject-query.exe
bin/gspawn-win32-helper.exe
include/glib-2.0
lib/libglib-1.3-@LT_CURRENT_MINUS_AGE@.dll
lib/libglib-1.3.dll.a
lib/glib-1.3.lib
lib/libgmodule-1.3-@LT_CURRENT_MINUS_AGE@.dll
lib/libgmodule-1.3.dll.a
lib/gmodule-1.3.lib
lib/libgobject-1.3-@LT_CURRENT_MINUS_AGE@.dll
lib/libgobject-1.3.dll.a
lib/gobject-1.3.lib
lib/libgthread-1.3-@LT_CURRENT_MINUS_AGE@.dll
lib/libgthread-1.3.dll.a
lib/gthread-1.3.lib
lib/glib-2.0
lib/pkgconfig/glib-2.0.pc
lib/pkgconfig/gmodule-2.0.pc
lib/pkgconfig/gobject-2.0.pc
lib/pkgconfig/gthread-2.0.pc
share/aclocal/glib-2.0.m4
share/aclocal/glib-gettext.m4
man/man1/glib-mkenums.1
man/man1/glib-genmarshal.1
EOF
zip -r $ZIP lib/locale/*/LC_MESSAGES/glib20.mo