Difference between revisions of "ApacheMigration/GPL"
From Apache OpenOffice Wiki
(Created page with '*acinclude.m4 *aclocal.m4 *config.guess *config.sub *configure *libegg/inc/eggtrayicon.h *libegg/source/eggtrayicon-impl.h *libegg/source/eggtrayicon.c') |
(+cat) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
| + | = GNU Autotools = | ||
| + | |||
| + | Used for configuring the build environment. No Runtime dependency. | ||
| + | |||
*acinclude.m4 | *acinclude.m4 | ||
*aclocal.m4 | *aclocal.m4 | ||
| Line 4: | Line 8: | ||
*config.sub | *config.sub | ||
*configure | *configure | ||
| + | |||
| + | = libegg = | ||
| + | |||
| + | Gnome Systray Integration | ||
| + | |||
*libegg/inc/eggtrayicon.h | *libegg/inc/eggtrayicon.h | ||
*libegg/source/eggtrayicon-impl.h | *libegg/source/eggtrayicon-impl.h | ||
*libegg/source/eggtrayicon.c | *libegg/source/eggtrayicon.c | ||
| + | |||
| + | [[Category:Apache Migration]] | ||
Latest revision as of 14:02, 16 January 2012
GNU Autotools
Used for configuring the build environment. No Runtime dependency.
- acinclude.m4
- aclocal.m4
- config.guess
- config.sub
- configure
libegg
Gnome Systray Integration
- libegg/inc/eggtrayicon.h
- libegg/source/eggtrayicon-impl.h
- libegg/source/eggtrayicon.c