mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-08 00:48:45 +02:00
Retract my change earlier today. Don't preset autoconf variables in a try
2001-09-26 Tor Lillqvist <tml@iki.fi> * configure.in: Retract my change earlier today. Don't preset autoconf variables in a try to match both mingw and MSVC. Instead, he who packages a prebuilt GLib developer distribution for Win32 runs configure twice: once for mingw, once for MSVC, and then uses diff -D on the glibconfig.h files to generate a suitably ifdeffed glibconfig.h for distribution that suits both compilers. (Ditto for config.h, although that file wouldn't be distributed in a developer package, but in a source package for Win32 users who want to build GLib but can't use configure.) * glibconfig.h.win32.in * config.h.win32.in: Generated by using diff -D as described above. * tests/makefile.mingw.in (.c.exe): Correct name of gthread (import) library. gthread: 2001-09-26 Tor Lillqvist <tml@iki.fi> * makefile.mingw.in: Fix couple of typos. * gthread.def: Add g_thread_init_with_errorcheck_mutexes.
This commit is contained in:
committed by
Tor Lillqvist
parent
861fb083f2
commit
18190575f8
18
ChangeLog
18
ChangeLog
@@ -1,3 +1,21 @@
|
||||
2001-09-26 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* configure.in: Retract my change earlier today. Don't preset
|
||||
autoconf variables in a try to match both mingw and MSVC. Instead,
|
||||
he who packages a prebuilt GLib developer distribution for Win32
|
||||
runs configure twice: once for mingw, once for MSVC, and then uses
|
||||
diff -D on the glibconfig.h files to generate a suitably ifdeffed
|
||||
glibconfig.h for distribution that suits both compilers. (Ditto
|
||||
for config.h, although that file wouldn't be distributed in a
|
||||
developer package, but in a source package for Win32 users who
|
||||
want to build GLib but can't use configure.)
|
||||
|
||||
* glibconfig.h.win32.in
|
||||
* config.h.win32.in: Generated by using diff -D as described above.
|
||||
|
||||
* tests/makefile.mingw.in (.c.exe): Correct name of gthread (import)
|
||||
library.
|
||||
|
||||
Wed Sep 26 15:33:37 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Makefile.am po/Makefile.in.in: Fix distclean to
|
||||
|
Reference in New Issue
Block a user