mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Add gconvert.o. Use libiconv.
2000-09-21 Tor Lillqvist <tml@iki.fi> * makefile.mingw.in: Add gconvert.o. Use libiconv. * config.h.win32.in: Define HAVE_GETCWD. * glib.def: Add new entry points. * gthread/makefile.mingw.in: Use pthreads macros from ../build.
This commit is contained in:
committed by
Tor Lillqvist
parent
6ad8111de3
commit
599be596c2
@@ -1,3 +1,7 @@
|
||||
2000-09-21 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* makefile.mingw.in: Use pthreads macros from ../build.
|
||||
|
||||
2000-09-06 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* gthread-posix.c, gthread-solaris.c:
|
||||
|
@@ -7,21 +7,15 @@ GLIB_VER = @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@
|
||||
|
||||
TOP = ../..
|
||||
|
||||
# This is the location of pthreads for Win32,
|
||||
# see http://sourceware.cygnus.com/pthreads-win32/
|
||||
# We want the 1999-05-30 snapshot.
|
||||
PTHREADS = $(TOP)/pthreads-snap-1999-05-30
|
||||
PTHREAD_LIBS = -L $(PTHREADS) -lpthread32
|
||||
PTHREAD_INC = -I $(PTHREADS)
|
||||
|
||||
include ../build/win32/make.mingw
|
||||
|
||||
################################################################
|
||||
|
||||
# Nothing much configurable below
|
||||
|
||||
INCLUDES = -I .. -I . $(PTHREAD_INC)
|
||||
INCLUDES = -I .. -I .
|
||||
DEFINES = -DHAVE_CONFIG_H -DG_LOG_DOMAIN=\"GThread\"
|
||||
DEPCFLAGS = $(PTHREAD_CFLAGS)
|
||||
|
||||
BUILD_DLL = ../build-dll
|
||||
|
||||
|
Reference in New Issue
Block a user