source: trunk/third/glib2/build/README @ 18159

Revision 18159, 1.3 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18158, which included commits to RCS files with non-trunk default branches.
Line 
1This directory contains various stuff that is used when building
2software from the GNOME CVS (and dependent software) on uncommon
3platforms. 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
15In order to generate DLLs with version resources included (a nice
16touch, and more Windows style), we need support for compiling and
17including resources with DLL version number. Currently this knowledge
18is not in libtool, but in the compile-resource and lt-compile-resource
19scripts here in the win32 subdirectory.
20
21(Originally, this directory was intended to be used by a build system
22for GNOME, written in Python. See CVS for the original README
23text. Apparently this concept never was taken into use, and this
24directory hadn't been touched for two years, when I got the idea to
25use this suitably named directory for another purpose. The original
26author, Jay Painter, has okayed this.)
27
28Tor Lillqvist
29tml@iki.fi
Note: See TracBrowser for help on using the repository browser.