1 | This directory contains various stuff that is used when building |
---|
2 | software from the GNOME CVS (and dependent software) on uncommon |
---|
3 | platforms. So far, it contains: |
---|
4 | |
---|
5 | - makefile snippets and scripts used when building GLib, GTk+, |
---|
6 | and related software for Win32 with gcc or .with MSVC's command line |
---|
7 | tools, when not using the GNU auto*/configure/libtool mechanism |
---|
8 | |
---|
9 | - some auxiliary scripts that are used when using libtool, for things |
---|
10 | that libtool doesn't handle currently. |
---|
11 | |
---|
12 | - the <dirent.h> implementation from (the public domain) mingw |
---|
13 | runtime, separated for the benefit of MSVC builds. |
---|
14 | |
---|
15 | In order to generate DLLs with version resources included (a nice |
---|
16 | touch, and more Windows style), we need support for compiling and |
---|
17 | including resources with DLL version number. Currently this knowledge |
---|
18 | is not in libtool, but in the compile-resource and lt-compile-resource |
---|
19 | scripts here in the win32 subdirectory. |
---|
20 | |
---|
21 | (Originally, this directory was intended to be used by a build system |
---|
22 | for GNOME, written in Python. See CVS for the original README |
---|
23 | text. Apparently this concept never was taken into use, and this |
---|
24 | directory hadn't been touched for two years, when I got the idea to |
---|
25 | use this suitably named directory for another purpose. The original |
---|
26 | author, Jay Painter, has okayed this.) |
---|
27 | |
---|
28 | Tor Lillqvist |
---|
29 | tml@iki.fi |
---|