|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-08-04 Tor Lillqvist <tml@novell.com>
* configure.in: Look for windres on Win32.
* atk/Makefile.am: Don't use the script in GLib's build/win32 to
compile the rc file into a resource object file. (This means we
lose the build number increment magic, but I doubt it was that
useful anyway.) Instead use windres directly. To pass a normal .o
file produced by windres through libtool, which wants .lo files,
pass it directly to the linker using a -Wl option.
* atk/atk.rc.in: Correspondingly, replace BUILDNUMBER with 0.
|
|
2003-02-25 Tor Lillqvist <tml@iki.fi>
* Makefile.am (EXTRA_DIST): Dist atk-zip.sh.in, not atk-zip.sh.
* atk/atk.def: Add a couple of missing entries, thanks to Cedric
Gustin.
* atk/atk.rc.in: New file, for version info in the DLL on
Windows. Similar as in GLib, GTK, etc.
* configure.in: Generate atk/atk.rc.
* atk/Makefile.am: Use atk.rc on Windows.
(EXTRA_DIST): Distribute atk.rc(.in).
* atk/atkobject.c: On Windows, don't use hardcoded ATKLOCALEDIR,
but deduce it from DLL location, like GLib, GTK etc do.
|