diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-09-25 17:01:39 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-09-25 17:01:39 +0200 |
commit | 2f237427ee0cd58811df707d0d9fa16f18a02e17 (patch) | |
tree | c39298f10fe24f020e05381eea8ea84227ccf154 | |
parent | 2c2419f230b1232b938ad345f3e976fd6ada5077 (diff) |
Add dependency graph
-rw-r--r-- | win32/deps-graph.txt | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/win32/deps-graph.txt b/win32/deps-graph.txt new file mode 100644 index 00000000..a902933f --- /dev/null +++ b/win32/deps-graph.txt @@ -0,0 +1,26 @@ +// http://yuml.me/ +[zlib]->[OpenSSL] +[zlib]->[libpng] +[zlib]->[libffi] +[Pixman] +[Expat]->[Fontconfig] +[FreeType]->[Fontconfig] +[win-iconv]->[gettext-runtime] +[gettext-runtime]->[GLib] +[libffi]->[GLib] +[GLib]->[ATK] +[libpng]->[GDK-PixBuf] +[GLib]->[GDK-PixBuf] +[GLib]->[Cairo] +[libpng]->[Cairo] +[Pixman]->[Cairo] +[Fontconfig]->[Cairo] +[Cairo]->[Pango] +[Pango]->[GTK+] +[ATK]->[GTK+] +[GDK-PixBuf]->[GTK+] +[GTK+]->[HexChat] +[OpenSSL]->[HexChat] +[libxml]->[HexChat] +[Enchant]->[HexChat] +[Lua]->[HexChat] \ No newline at end of file |