Add "win32" directory level to the references to the dependencies folder
[platform/upstream/glib.git] / build / ChangeLog
1 2008-08-27  Tor Lillqvist  <tml@novell.com>
2
3         * win32/vs8/*.vcproj: Add "win32" directory level to the
4         references to the dependencies folder (which each actual user of
5         the project file probably needs to edit anyway depending on their
6         directory structure). Add missing files, remove nonexistent files.
7
8         * win32/vs8/glib.vcproj: Don't needlessly copy localcharset.c, but
9         compile it where it is in libcharset. Drop dirent as gdir.c
10         includes dirent.h and wdirent.c directly. Handle also
11         G_GNUC_FORMAT in the custom build step for glib.symbols.
12
13 2008-08-02  Tor Lillqvist  <tml@novell.com>
14
15         Bug 545954 - 64-bit issue in dirent
16
17         * win32/dirent/dirent.h: Use __int64 for the dd_handle on 64-bit
18         Windows. (Would use intptr_t, but that is not available before
19         MSVS8, and we want to keep this compilable also with MSVS6 and 7,
20         I think.) Thanks to Richard Hult.
21
22 2008-05-19  Tor Lillqvist  <tml@novell.com>
23
24         * win32/dirent/dirent.c: Include dirent.h with doublequotes so
25         that it is searched from this same folder first.
26
27 2008-05-19  Tor Lillqvist  <tml@novell.com>
28
29         * win32/vs8/gspawn-win32-helper.vcproj
30         * win32/vs8/gspawn-win32-helper-console.vcproj: New files. Build
31         these two executables.
32
33         * win32/vs8/*.vcproj: Compile as C and not C++.
34
35         * win32/vs8/glib-genmarshal.vcproj: Use MBS and not Unicode. (What
36         this setting really means is just that we don't define the UNICODE
37         and _UNICODE macros when compiling; it has no effect on what APIs
38         the code might use.) Use the same IntermediateDirectory as the
39         other projects.
40
41         * win32/vs8/glib.sln: Add the gspawn-win32-helper and gspawn-win32-helper projects.
42
43 2008-05-17  Tor Lillqvist  <tml@novell.com>
44
45         * "build" is no longer include into GLib through
46         svn:externals. The relevant directories and files have been svn
47         add'ed to GLib (trunk) instead.
48
49 2008-05-16  Tor Lillqvist  <tml@novell.com>
50
51         * win32/vs8/glib.vcproj: Add gi18n.c.
52
53         * win32/vs8/gio.vcproj: Add gwin32directorymonitor.c.
54
55         * win32/vs8/glib-genmarshal.vcproj: Put also glib-genmarshal.exe
56         in the "bin" folder.
57
58 2008-04-23  Tor Lillqvist  <tml@novell.com>
59
60         Bug 529391 - Update of vs8 build files for Glib 2.16
61
62         * win32/vs8/*: Update from Danel Atallah.
63
64 2008-03-12  Tor Lillqvist  <tml@novell.com>
65
66         * MAINTAINERS: Add.
67
68         * win32/make.mingw: Remove this since long unused and obsolete
69         file from SVN.
70
71         * win32/make.msc: Don't mention it here either then.
72
73 2007-04-15  Tor Lillqvist  <tml@novell.com>
74
75         * .cvsignore
76         * win32/.cvsignore
77         * win32/dirent/.cvsignore
78         * win32/vs8/.cvsignore: Remove.
79
80 2006-10-14  Tor Lillqvist  <tml@novell.com>
81
82         * win32/vs8/gmodule.vcproj
83         * win32/vs8/gobject.vcproj
84         * win32/vs8/gthread.vcproj: Updates by Mike Edenfield. (#354124)
85
86 2006-09-02  Tor Lillqvist  <tml@novell.com>
87
88         * win32/vs8/glib.vcproj: Update from Mike Edenfield.
89
90 2006-02-08  Tor Lillqvist  <tml@novell.com>
91
92         * win32/vs8/glib-genmarshal.vcproj: New file: Visual Studio
93         project file for glib-genmarshal.exe, by Sergey Scobich.
94
95         * win32/vs8/Makefile.am
96         * win32/vs8/glib.sln: Add it.
97
98 2006-01-31  Tor Lillqvist  <tml@novell.com>
99
100         * win32/Makefile.am (EXTRA_DIST): Drop the obsolete shell scripts
101         and make.mingw.
102
103         * win32/vs8/*: Visual Studio 2005 project files for GLib
104         contributed by Sergey Scobich. (#328691)
105
106         * win32/Makefile.am (SUBDIRS): Add vs8.
107
108         * win32/make.msc (LINKDEBUG): Use /nodefaultlib:msvcrt.lib when
109         debugging. (#329325, Timo Linna)
110
111 2005-09-01  Tor Lillqvist  <tml@novell.com>
112
113         * win32/cl-wrapper.c: Again spent some hours hacking on this. Now
114         the compilation phase of building libglib autoconfiscated using
115         CC=cl-wrapper seems to work. But problems in the linking phase,
116         for instance -Wl,--whole-archive isn't implemented, and I don't
117         think link.exe even has a such feature to include all of a
118         library. Argh. To implement -Wl,--whole-archive, would need to
119         extract the library contents into a temp directory and link with
120         all the resulting object files. Sigh.
121
122 2005-07-09  Tor Lillqvist  <tml@novell.com>
123
124         * README: When using auto*/libtool/gcc to build GLib, Pango and
125         GTK+, the scripts to compile resource files in build/win32 are no
126         longer used. Still here in case somebody wants to have a look,
127         though.
128         
129 2005-02-06  Hans Breuer  <hans@breuer.org>
130
131         * win32/make.msc win32/module.defs : updated to include Cairo,
132         gnome-canvas, gnome-print(ui), libart, pangoft2, libxml2, libxslt
133
134 2004-12-29  Tor Lillqvist  <tml@iki.fi>
135
136         * win32/cl-wrapper.c: More hacking. Implement -idirafter
137         correctly, amending the INCLUDE environment variable. Ignore
138         -lm. Error if multiple -o options. Copy input libs called foo.a to
139         foo.temp.lib so that link knows what they are. Remove dead
140         code. Link with same default libraries as mingw's gcc. Use
141         indirect command line file if command line is too long.
142
143 2004-12-12  Tor Lillqvist  <tml@iki.fi>
144
145         * win32/cl-wrapper.c: Hack more on this. Using MSVC is necessary
146         if one wants to use tools like Purify or BoundsChecker.
147
148 2004-08-11  Tor Lillqvist  <tml@iki.fi>
149
150         * win32/dirent/dirent.[ch]: Update from mingw-runtime-3.3.
151         Implements both normal and wide-char versions.
152
153         * win32/dirent/wdirent.c: New file.
154
155         * win32/dirent/Makefile.am (EXTRA_DIST): Add wdirent.c.
156
157 2004-05-01  Hans Breuer  <hans@breuer.org>
158
159         * win32/make.msc : -DG_ENABLE_DEBUG=1 for debug builds
160         (#141335, John Ehresman)
161
162 2004-03-05  Federico Mena Quintero  <federico@ximian.com>
163
164         Fix #136082, patch by Morten Welinder.
165
166         * win32/cl-wrapper.c: #include <config.h>
167         * win32/dirent/dirent.c: Likewise.
168
169 2004-01-24  Tor Lillqvist  <tml@iki.fi>
170
171         * win32/compile-resource
172         * win32/lt-compile-resource: Use /bin/sh instead of /bin/bash, as
173         MSYS doesn't come with any /bin/bash. When compiling with
174         --enable-static and --disable-shared flag, libtool creates *.lo
175         files as scripts, but the *.o files are in "." and not in
176         ".libs". Thanks to Fridrich Strba.
177
178 2003-11-15  Tor Lillqvist  <tml@iki.fi>
179
180         * win32/dirent/makefile.msc: Improve. (#126913, John Ehresman)
181
182 2003-08-08  Tor Lillqvist  <tml@iki.fi>
183
184         * win32/cl-wrapper.c: Fix bug in environment variable
185         handling. Support --version flag. Prefix double quotes in -I and
186         -D parameters with backslash.
187
188 2003-06-06  Tor Lillqvist  <tml@iki.fi>
189
190         * win32(compile-resource (resfile): Support a WINDRES environment
191         variable. (#112387, J. Ali Harlow)
192
193 2002-09-28  Tor Lillqvist  <tml@iki.fi>
194
195         * win32/make.mingw: Add libxml2 CFLAGS and LIBS
196         (suggestion by Steffen Macke).
197
198 2002-09-17  Tor Lillqvist  <tml@iki.fi>
199
200         * win32/compile-resource: Return failure (implicitly, as the
201         return status of the last command executed) if m4 or windres
202         fails. Thanks to charlet@act-europe.fr (#93373).
203
204 2002-09-13  Tor Lillqvist  <tml@iki.fi>
205
206         * win32/lt-compile-resource: Argh. With some libtool versions, or
207         when the moon is in a certain phase, libtool creates the actual
208         object files as .lo files. Otherwise .lo files are small scripts
209         (which is what lt-compile-resource has always thought until now).
210         Add an ugly hack that tries to determine which kind of .lo files are
211         used, and act correspondingly.
212
213 2002-09-10  Tor Lillqvist  <tml@iki.fi>
214
215         * win32/module.defs: Remove GTK_VER which was misleading and
216         unused. Ditto for GTKGLAREA_VER. Add comment about taking this
217         stuff with a very big grain of salt.
218
219 2002-03-27  Tor Lillqvist  <tml@iki.fi>
220
221         * win32/module.defs
222         * win32/make.msc
223         * win32/make.mingw: Try to make up-to-date with GLib 2.0, ATK 1.0,
224         Pango 1.0 and GTK+ 2.0. This stuff is starting to feel more and
225         more quaint, though. Remove the FriBiDi references, Pango uses its
226         own mini-fribidi version. Use the names GTK2_CFLAGS and _LIBS also in
227         make.mingw, not GTKCURRENT_*.
228
229 2001-12-05  Tor Lillqvist  <tml@iki.fi>
230
231         * win32/make.mingw (LIBICONV_LIBS): Fix typo: pkg-config --libs,
232         not --cflags. Thanks to Victor Secarin.
233
234         * win32/build-dll: Don't call dirname blindly on $0 which might be
235         a Windows-style (drive letter, backslashes) pathname. Thanks to
236         Victor Secarin. Remove mention of Platform SDK, it doesn't
237         include the linker any longer.
238
239 2001-10-31  Tor Lillqvist  <tml@iki.fi>
240
241         * win32/make.mingw (TIFF_LIBS): We can use same import library for
242         non-LZW and LZW-enabled versions. Just let the user decide which
243         DLL to use.
244
245 2001-10-30  Tor Lillqvist  <tml@iki.fi>
246
247         * win32/make.mingw: Use pkg-config for more stuff. The
248         corresponding .pc files are included in the new packages on
249         www.gimp.org/win32/new-downloads.html. 
250
251         * win32/dirent/dirent-zip: New file, script to package a developer
252         package of dirent.h and dirent.lib.
253
254         * win32/dirent/Makefile.am (EXTRA_DIST): Add it.
255
256 2001-10-24  Tor Lillqvist  <tml@iki.fi>
257
258         * win32/make.mingw: Also try to include module.defs from the build
259         subdirectory of GLib.
260
261         * win32/make.msc: When DEBUG, use -Zi, otherwise -Zi. Always use
262         /machine:ix86.
263
264 2001-10-23  Tor Lillqvist  <tml@iki.fi>
265
266         * win32/cl-wrapper.c: Various changes. I don't actually use this
267         to build with libtool and MSVC, only to run configure for MSVC. At
268         least for now.
269
270         * win32/make.mingw: Use pkg-config to get CFLAGS and LIBS for GLib
271         and GTK.
272
273         * win32/make.msc: Use GDK and GTK import library names now
274         produced in gtk-1-3-win32-production.
275
276 2001-10-10  Tor Lillqvist  <tml@iki.fi>
277
278         * win32/module.defs (PNG): Use libpng 1.2.0.
279
280         * win32/lt-compile-resource: Mkdir .libs if not there already.
281
282 2001-09-30  Tor Lillqvist  <tml@iki.fi>
283
284         * win32/build-dll: Comment clarification.
285
286         * win32/Makefile.am: Add dirent subdirectory.
287
288         * win32/dirent/*: New files. The (public domain) dirent
289         implementation from the mingw runtime, for MSVC users.
290
291         * win32/make.msc (DIRENT_CFLAGS,DIRENT_LIBS): Point to
292         build/win32/dirent in the GLib sources. Hmm.
293         (CC): Remove duplicate $(OPTIMIZE), already in CFLAGS.
294         
295 2001-09-28  Tor Lillqvist  <tml@iki.fi>
296
297         * win32/make.mingw
298         * win32/make.msc: Separate the compiler program names into
299         an Make macro of its own (CCOMPILER and CXXCOMPILER).
300
301         * win32/cl-wrapper.c: New file. A program that accepts Unix-like C
302         compiler command line arguments, and runs the Microsoft C compiler
303         (cl) after transforming the arguments to cl's syntax. This program
304         can be used when using the auto*/configure mechanism to build
305         software with MSVC.
306
307 2001-09-25  Tor Lillqvist  <tml@iki.fi>
308
309         * win32/module.defs: Do define GLIB_VER after all. (Do use it in
310         (import) library names, like it is on Unix.)
311
312         * win32/make.mingw
313         * win32/make.msc: Some comments added. Use GLIB_VER in GLib
314         (import) library names.
315
316 2001-09-17  Tor Lillqvist  <tml@iki.fi>
317
318         * win32/build-dll: Invocation changed. We now expect a version
319         info like libtool's -version-info parameter. The intention is to
320         produce the same name DLL as libtool would, i.e. use "current -
321         age" as the DLL name suffix.
322
323         * win32/compile-resource: New file, containing the part of
324         build-dll that compiles the resource file, if available.
325
326         * win32/lt-compile-resource: New file, invokes compile-resource,
327         placing the resulting .o file in the .libs subdirectory, and
328         handcrafts a "libtool object" for it.
329
330         * win32/Makefile.am: Distribute new files.
331
332         * win32/make.mingw: Add COMPILE_RESOURCE.
333
334 Tue Sep  4 01:46:15 2001  Owen Taylor  <otaylor@redhat.com>
335
336         * win32/Makefile.am (EXTRA_DIST): Add build-dll, on
337         the assumption it isn't going to get distributed otherwise.
338
339 2001-09-01  Tor Lillqvist  <tml@iki.fi>
340
341         * win32/build-dll: Move here from GLib. Use gcc -shared instead of
342         the multiple pass gcc+dlltool method. Don't include the version
343         number in the import library names.
344
345         * win32/make.mingw
346         * win32/make.msc: Correspondingly, remove the version number parts
347         from (some) import library names. (Just a start, more to follow.)
348
349         * win32/module.defs: In fact, no need to know the versions at all
350         for stuff that doesn't include it as part of the directory name.
351         
352 2001-01-06  Hans Breuer  <hans@breuer.org>
353
354         * win32/module.defs : renamed GTKCURRENT to GTK2 and some
355         version number updates
356
357         * win32/make.msc : added GTK2_CFLAGS and GTK2_LIBS, now used
358         by CVS HEAD Gimp. Minor updates,
359
360 2001-05-22  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
361
362         * win32/make.mingw: Redid CFLAGS.
363
364         * win32/make.mingw (CXX): Removed PTHREAD defs. Added -O2 -Wall to
365         compile flags.
366
367 2001-01-06  Hans Breuer  <hans@breuer.org>
368
369         * win32/make.msc win32/module.defs : added ATK,
370         adapted Pango version
371
372 2001-03-19  Tor Lillqvist  <tml@iki.fi>
373
374         * win32/module.defs (GLIB_GENMARSHAL): Add macro for glib-genmarshal.
375
376 2001-02-17  Tor Lillqvist  <tml@iki.fi>
377
378         * win32/make.{mingw,msc} (INTL_LIBS): Call the import library just
379         libintl, not gnu-intl, for consistency with Unix conventions. (The
380         DLL is still called gnu-intl.dll, using such a generic name as
381         just "intl.dll" would be asking for trouble.)
382
383 2001-01-28  Tor Lillqvist  <tml@iki.fi>
384
385         * win32/module.defs
386         * win32/make.mingw
387         * win32/make.msc : Use libiconv 1.5.1. Use libiconv's import
388         library as built by its Makefile.msvc, without any version
389         number. Use the same convention for the GNU-style import library.
390
391 2000-12-27  Tor Lillqvist  <tml@iki.fi>
392
393         * win32/make.{mingw,msc} (TIFF_LIBS): Provide separate TIFF_LZW
394         and TIFF_NOLZW.
395
396 2000-12-21  Tor Lillqvist  <tml@iki.fi>
397
398         * win32/*: Add version number for FreeType2. We need the FT2
399         library built as a DLL, and append the vesion number to its name,
400         too.
401
402 2000-12-20  Tor Lillqvist  <tml@iki.fi>
403
404         * win32/module.defs (FRIBIDI_VER): Use FriBidi 0.1.15.
405
406 2000-12-14  Tor Lillqvist  <tml@iki.fi>
407
408         * win32/make.msc: Split C runtime flag (-MD or -MDd) to a separate
409         macro.
410
411 2000-11-15  Tor Lillqvist  <tml@iki.fi>
412
413         * win32/module.defs (PANGO_VER): Update Pango version to 0.13.
414
415 2000-10-22  Tor Lillqvist  <tml@iki.fi>
416
417         * win32/make.msc (PANGO_LIBS): Include version in Pango lib names.
418
419 2000-10-07  Tor Lillqvist  <tml@iki.fi>
420
421         * win32/make.msc: Improve to be more useable.
422
423 2000-09-12  Tor Lillqvist  <tml@iki.fi>
424
425         * win32/make.{mingw,msc}: Add PTHREAD_LIBS and PTHREAD_CFLAGS.
426
427 2000-08-24  Tor Lillqvist  <tml@iki.fi>
428
429         * win32/module.defs: Add separate version number for gdk-pixbuf.
430
431         * win32/make.mingw: Add C++ defs.
432
433 2000-08-20  Tor Lillqvist  <tml@iki.fi>
434
435         * win32/*: Remove FREETYPE2_20000624, not needed any
436         longer by gimp-freetype.
437
438         * win32/make.mingw: Add rule to produce assembler source.
439
440         * win32/make.msc: Fix syntax error. Add CFLAGS.
441
442 2000-08-05  Tor Lillqvist  <tml@iki.fi>
443
444         * win32/module.defs
445         * win32/make.{mingw,msc}: Rename the FreeType2 snapshot from 2000-06-24
446         (used by gimp-freetype). Use the name "FreeType2" for the current
447         FreeType2.
448         
449 2000-07-30  Tor Lillqvist  <tml@iki.fi>
450
451         * win32/module.defs
452         * win32/make.mingw
453         * win32/make.msc: Rename XML to LIBXML. Use version 0.14 of
454         it. Add LIBXML_CFLAGS and _LIBS. Add GTKCURRENT referring the
455         current CVS GTK+ (nonworking on Win32).
456         
457 2000-07-25  Tor Lillqvist  <tml@iki.fi>
458
459         * win32/make.mingw (PANGO_LIBS): Typo.
460
461 2000-07-21  Tor Lillqvist  <tml@iki.fi>
462
463         * win32/*: Reorder stuff to be in alphabetical order of package
464         names. Add GtkGLArea. Add path to OpenGL headers.
465
466 2000-07-18  Tor Lillqvist  <tml@iki.fi>
467
468         * win32/module.defs (FRIBIDI_VER)
469         * win32/make.{mingw,msc} (FRIBIDI_LIBS): Use correct version
470         of FriBidi.
471
472 2000-07-15  Tor Lillqvist  <tml@iki.fi>
473
474         * win32/make.mingw
475         * win32/make.msc
476         * win32/module.defs: Add Pango.
477
478 2000-07-10  Tor Lillqvist  <tml@iki.fi>
479
480         * win32/module.defs: 
481         * win32/make.msc: New files. Factor out common stuff to module.defs.
482         make.msc is for nmake and MSVC. Thanks to Hans Breuer.
483
484         * win32/Makefile.am: Add them to EXTRA_DIST.
485
486         * win32/make.mingw: Move part to module.defs. Ugly hack to find
487         module.defs.
488
489 2000-07-02  Tor Lillqvist  <tml@iki.fi>
490
491         * win32/make.mingw: Addd FriBidi and libiconv. Add USRDIR for
492         headers and libs that are "installed".
493
494 2000-06-07  Tor Lillqvist  <tml@iki.fi>
495
496         * win32/make.mingw: Clarify where this stuff should be located.
497
498         * Makefile.am
499         * win32/Makefile.am: New files. Only set SUBDIRS and EXTRA_DIST.
500
501 2000-05-29  Tor Lillqvist  <tml@iki.fi>
502
503         * win32/make.mingw: Add gmodule directory to GLib includes. Use
504         freetype2 directory called just that.
505
506 2000-05-13  Tor Lillqvist  <tml@iki.fi>
507
508         * README: Remove the original README text.
509
510         * win32/make.mingw: Define macros for CFLAGS and LIBS of GLib,
511         GTk+, intl, freetype2, zlib, libjpeg, libtiff and GIMP. Remove the
512         WIN32APIHEADERS, that is now taken care of in glib/build-dll.
513
514 2000-05-05  Tor Lillqvist  <tml@iki.fi>
515
516         * win32/make.mingw: Add GIMP_VER. Add path to GIMP and freetype2
517         sources.
518
519 2000-05-04  Tor Lillqvist  <tml@iki.fi>
520
521         * ChangeLog: Start ChangeLog.
522
523         * README: Change purpose of this directory.
524
525         * win32/make.mingw: New file.
526
527         * build.inf
528         * cvs.py
529         * write.py: Remove.